Skip to content

breuleux/quaint-autoprefixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quaint-autoprefixer

Autoprefixer for Quaint.

Autoprefixer lets you use upcoming CSS features (flexbox, for instance) easily by adding vendor prefixes when applicable, using the data from Can I Use.

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:

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.

About

Autoprefixer for Quaint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published