Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fouber/fis-preprocessor-image-set

A preprocessor plugin for fis to automatically add -webkit-image-set css rule.
https://github.com/fouber/fis-preprocessor-image-set

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

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

```javascript
//file : path/to/project/fis-conf.js
fis.config.merge({
modules : {
preprocessor : {
css : 'image-set'
}
}
});
```