npm.io
2.1.13 • Published 5 years ago

fis3-parser-node-sass-latest

Licence
MIT
Version
2.1.13
Deps
2
Size
113 kB
Vulns
1
Weekly
0
Stars
12

fis3-parser-node-sass-latest

A fis plugin to parse sass with latest node-sass.

styled with prettier npm npm npm

install

npm install --global fis3-parser-node-sass-latest

usage

// fis-conf.js

const sassConf = {
  outputStyle: 'expanded',
  sourceMapContents: true,
  sourceMap: false,
  omitSourceMapUrl: false
}

fis.match('*.{sass,scss}', {
  parser: fis.plugin('node-sass-latest', sassConf);
});

more options: https://github.com/sass/node-sass

default options

{
  "outputStyle": "expanded",
  "sourceMapContents": true,
  "sourceMap": false,
  "omitSourceMapUrl": false
}

NOTICE: this might change in future

license

MIT fisker Cheung