0.0.1 • Published 6 years ago

fis3-parser-less-latest v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

fis-parser-less-3.x

A parser for fis to compile less(v3.x) file.

INSTALL

npm i -D fis-parser-less-3.x
// or
yarn add -D fis-parser-less-3.x

USEAGE

fis.match('*.less', {
  parser: fis.plugin('less-3.x', {
    // sourceMap: true
  }),
  rExt: '.css'
});
0.0.1

6 years ago