fis-parser-less-hh

1.0.0 • Public • Published

fis-parser-ymcLess

🔯 it is a plugin for fis1 translating less to css.

Travis (.com) branch GitHub repo size GitHub commit activity GitHub last commit (branch) Gitter GitHub language count GitHub language top GitHub package.json version (branch) GitHub followers Twitter Follow

install

npm i fis-parser-less-hh --save-dev

usage

//fis-conf.js
fis.config.set('modules.parser.less', 'fis-parser-less-hh');
fis.config.set('roadmap.ext.less', 'css');
fis.config.merge({
	settings : {
		parser : {
			'fis-parser-less-hh' : {} //your less options here
		}
	}
});

future

🕺it may be good passing less options with a file.

reference

the programmatic usage of less ———— written by less home

the building of front-end developing envirenment ———— written by Yunlong Zhang

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i fis-parser-less-hh

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    11.9 kB

    Total Files

    9

    Last publish

    Collaborators

    • hualei