Skip to content

Commit 931d458

Browse files
committed
Fix markup issues
1 parent 614d28f commit 931d458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ styleLoaders:
265265
#### Incorporating Bootswatch themes
266266
The following steps are needed to successfully incorporate a theme from Bootswatch:
267267
268-
1. Download the .scss files (_variables.scss and _bootswatch.scss) for the theme you have chosen.
269-
2. Put the files somewhere in your project structure (e.g. the ./styles directory).
268+
1. Download the `.scss` files (`_variables.scss` and `_bootswatch.scss`) for the theme you have chosen.
269+
2. Put the files somewhere in your project structure (e.g. the `./styles` directory).
270270
3. Add an additional SCSS file, like bs-theme.scss, that contains the following:
271271
```
272272
@import './_bootswatch.scss';

0 commit comments

Comments
 (0)