Skip to content

A preprocessor plugin for fis to automatically add -webkit-image-set css rule.

License

Notifications You must be signed in to change notification settings

fouber/fis-preprocessor-image-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A preprocessor plugin for fis to automatically add -webkit-image-set css rule.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages