Skip to content

Commit

Permalink
Merge pull request #136 from kaleb4eg/master
Browse files Browse the repository at this point in the history
Add note about importing css using sass.
  • Loading branch information
Nerian committed Aug 25, 2015
2 parents a48d020 + 8e0228e commit a4b413a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -45,6 +45,11 @@ app/assets/stylesheets/application.css
*= require bootstrap-wysihtml5
```

if you are using SASS: app/assets/stylesheets/application.scss
``` scss
@import "bootstrap-wysihtml5/bootstrap3-wysihtml5";
```

app/assets/javascripts/application.js
```javascript
//= require bootstrap-wysihtml5
Expand Down

0 comments on commit a4b413a

Please sign in to comment.