Answer the question
In order to leave comments, you need to log in
How to solve Grunt-sass issue when compiling Bourbon and Neat?
Hello, such a problem. My Node.JS project has Grunt, which compiles SASS (SCCS) files. Today I needed to install Bourbon and Neat (this is a responsive grid on SASS - neat.bourbon.io ).
1. I download to public/vendor/ with the command
~ bower install bourbon
~ bower install neat
@import "../../vendor/bower_components/bourbon/app/assets/stylesheets/bourbon";
@import '../../vendor/bower_components/neat/app/assets/stylesheets/neat';
grunt default
Running "sass:dist" (sass) task
Warning: /test-nodejs/public/vendor/bower_components/bourbon/app/assets/stylesheets/css3/selection:4: error reading values after @if
Use --force to continue.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question