Open airtonix opened 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.
@import
includePaths: [ 'bower_components/bourbon/app/assets/stylesheets' 'bower_components/bootstrap-sass-official/vendor/assets/stylesheets/' '<%= paths.src %>/css/' ]
Great idea! Once I've integrated Gulp (see #2) into the solution, I'll set that one up.
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.