Skip to content

Meteor-Community-Packages/meteor-minifiers-autoprefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard Minifier for CSS + autoprefixing

This package provides a minifier plugin used for Meteor apps by default and adds autoprefixing to it.

The CSS minifier mostly reduces amount of white-space parsing CSS with ParseCSS.

For Meteor 1.2 use version 0.0.2, you will need to remove the standard-minifiers package.

For Meteor 1.3+ use version 1.1.1 You will need to remove the standard-minifier-css package, but leave the standard-minifier-js package.

For Meteor 1.9+ use version 2.0.0 You will need to remove the standard-minifier-css package, but leave the standard-minifier-js package.

Configuration

You can set the autoprefix configuration by creating a postcss.json file in the root folder of your app. Example:

{
    "autoprefixer" : { "browsers": ["last 2 versions"] }
}

About

No description or website provided.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •