Files
sage/assets/styles/main.scss.example
2015-03-04 18:50:54 -06:00

14 lines
580 B
Plaintext

// How to get started using Sass instead of Less:
//
// 1 Remove Bootstrap for Less: `bower uninstall bootstrap --save`
// 2. Install Bootstrap for Sass: `bower install bootstrap-sass-official --save`
// 3. Rename this file to `main.scss` and remove `main.less`
// 4. Rename `editor-style.less` to `editor-style.scss`
// 5. Update the `assets/manifest.json` styles dependencies from `.less` to `.scss`
//
// Feel free to remove this file if you're using Less
// bower:scss
@import "../../bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss";
// endbower