Files
sage/assets/styles/main.scss.example
Austin Pray 9fbf9df1df whoops
2015-02-25 15:14:30 -06:00

13 lines
487 B
Plaintext

// How to get started using Sass instead of Less:
//
// 1. Run `bower install bootstrap-sass-official --save`
// 2. Rename this file to `main.scss` and remove `main.less`
// 3. Rename `editor-style.less` to `editor-style.scss`
// 4. Update the `assets/manifest.json` styles dependenies 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