grayscale-sass icon indicating copy to clipboard operation
grayscale-sass copied to clipboard

The SASS version of StartBootstrap's Grayscale template

Results 2 grayscale-sass issues
Sort by recently updated
recently updated
newest added

for example the `_bootstrap.scss` file contains now: ``` @import "../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap"; ``` I suggest to replace the above with ``` @import "bootstrap-sass-official/assets/stylesheets/bootstrap"; ``` And then in `Gulpfile.js` add the `includePaths` set...