fis-preprocessor-image-set
v0.0.1
Published
A preprocessor plugin for fis to automatically add -webkit-image-set css rule.
Readme
fis-preprocessor-image-set
A preprocessor plugin for fis to automatically add -webkit-image-set css rule.
usage
$ npm install -g fis-preprocessor-image-set
$ vi path/to/project/fis-conf.js//file : path/to/project/fis-conf.js
fis.config.merge({
modules : {
preprocessor : {
css : 'image-set'
}
}
});