We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614d28f commit 931d458Copy full SHA for 931d458
README.md
@@ -265,8 +265,8 @@ styleLoaders:
265
#### Incorporating Bootswatch themes
266
The following steps are needed to successfully incorporate a theme from Bootswatch:
267
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).
+1. Download the `.scss` files (`_variables.scss` and `_bootswatch.scss`) for the theme you have chosen.
+2. Put the files somewhere in your project structure (e.g. the `./styles` directory).
270
3. Add an additional SCSS file, like bs-theme.scss, that contains the following:
271
```
272
@import './_bootswatch.scss';
0 commit comments