postcss-node-sass
postcss-node-sass copied to clipboard
A PostCSS plugin to parse styles with node-sass
Sass indented syntax is not being transformed. ```sass // Main.sass #app height: 100% html, body height: 100% font-size: 14px ``` ```js const postcss = require('postcss'); const syntaxSASS = require('postcss-sass'); const...
I want to inject some variables into all scss file, but i found the 'data' is overwritten ```js opt = Object.assign({ indentWidth: 4, omitSourceMapUrl: true, outputStyle: 'expanded', sourceMap: true, sourceMapContents:...
I'm getting errors for versions higher than 2.1.5 on Ubuntu. Rollbacking to 2.1.4 makes it work again: ``` ERROR in ./src/components/LoaderBubble/index.scss (./node_modules/css-loader??ref--5-1!./node_modules/postcss-loader/lib??ref--5-2!./src/components/LoaderBubble/index.scss) Module build failed (from ./node_modules/postcss-loader/lib/index.js): TypeError: Cannot read...