justrhysism / fasten

Extend a SASS framework for your own projects.
MIT License
8 stars 1 forks source link

reduce path verbosity by using includePaths #1

Open airtonix opened 10 years ago

airtonix commented 10 years ago

Setting available to node-sass, simply supply a list of paths to root(s) of other sass collections you want to be made available to @import within your sass files.

includePaths: [
          'bower_components/bourbon/app/assets/stylesheets'
          'bower_components/bootstrap-sass-official/vendor/assets/stylesheets/'
          '<%= paths.src %>/css/'
        ]
justrhysism commented 10 years ago

Great idea! Once I've integrated Gulp (see #2) into the solution, I'll set that one up.