Skip to content

Commit

Permalink
Fix markup issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alex35mil committed Feb 8, 2016
1 parent 614d28f commit 931d458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ styleLoaders:
#### Incorporating Bootswatch themes
The following steps are needed to successfully incorporate a theme from Bootswatch:
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).
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).
3. Add an additional SCSS file, like bs-theme.scss, that contains the following:
```
@import './_bootswatch.scss';
Expand Down

0 comments on commit 931d458

Please sign in to comment.