0.0.1 • Published 11 years ago

fis-preprocessor-image-set v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

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'
        }
    }
});
0.0.1

11 years ago