Skip to content

YMC-GitHub/fis-parser-ymcLess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🔯 a plugin for fis1 to parser less to css

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published