Bourbon and Normalize are working, Neat don't. I tried different ways and always received a message 'no mixine named..', that is not correctly established, although I installed with the help of NPM and Bower
var neat = require('node-neat').includePaths;
.pipe(sass({
includePaths: [bourbon, normalize, neat],
outputStyle: 'compressed'}).on('error', sass.logError))
got a message:
Error: no mixin named span-columns
Backtrace:
src/style/main.sass:6
on line 6 of src/style/main.sass
>> @include span-columns(4);
-----------^
when i write in sass file
+outer-container or +span-columns()
but i saw how they are used..