Skip to content

Commit d473719

Browse files
committed
Updates readme.
1 parent 12a88f9 commit d473719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ plugins: [
167167
],
168168
```
169169

170-
With the installation steps completed as outlined, the Blog Module should now be fully operational within your application. This marks the completion of the setup process, enabling you to start using the module's features for managing and publishing blog content.
171-
172-
The Blog Module also includes a custom CSS file for styling the content of the blog posts. This file is located in `resources-site/css/blog.css`. To import this file in your project, add the following line to your main `resources-site/css/site.css` file (after the Tailwind CSS imports):
170+
The Blog Module also includes a **Custom CSS File** for styling the content of the blog posts. This file is located in `resources-site/css/blog.css`. To import this file in your project, add the following line to your main `resources-site/css/site.css` file (after the Tailwind CSS imports):
173171

174172
```css
175173
@import './blog.css';
176174
```
177175

176+
With the installation steps completed as outlined, the Blog Module should now be fully operational within your application. This marks the completion of the setup process, enabling you to start using the module's features for managing and publishing blog content.
177+
178178
### Compiling the assets
179179

180180
To view the changes on your project run:

0 commit comments

Comments
 (0)