Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fouber/fis-preprocessor-image-set
- Owner: fouber
- License: mit
- Created: 2013-05-27T15:00:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-27T17:28:40.000Z (over 11 years ago)
- Last Synced: 2024-08-10T23:43:31.160Z (3 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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'
}
}
});
```