Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/breuleux/quaint-autoprefixer
Autoprefixer for Quaint
https://github.com/breuleux/quaint-autoprefixer
autoprefixer quaint
Last synced: 9 days ago
JSON representation
Autoprefixer for Quaint
- Host: GitHub
- URL: https://github.com/breuleux/quaint-autoprefixer
- Owner: breuleux
- Created: 2016-01-30T07:00:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T05:33:36.000Z (almost 8 years ago)
- Last Synced: 2024-10-18T18:55:15.576Z (28 days ago)
- Topics: autoprefixer, quaint
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quaint-autoprefixer
Autoprefixer for Quaint.
[Autoprefixer](https://github.com/postcss/autoprefixer) lets you use
upcoming CSS features (flexbox, for instance) easily by adding vendor
prefixes when applicable, using the data from [Can I
Use](http://caniuse.com/).## Install
In your Quaint project directory, run the command:
quaint --setup autoprefixer
## Usage
Any CSS resources you include will be filtered through autoprefixer,
for instance `quaint-autoprefixer` will transform `my-style.css` when
you use this directive:```quaint
resources :: my-style.css
```Transformations are also applied to CSS files listed in
`resources.files` in `quaint.json`.Transformations will *not* be applied to any resources marked as
`optimized` unless they also have `use-autoprefixer` set to true.