The greatest PostCSS plugin. Everyone tells me this, it's the best plugin. It's amazing. A tremendous plugin. I make, the best, plugins…
.foo {
width: yuuge;
font-size: tremendous;
}
.foo {
width: 100% !important;
font-size: 80%;
}
postcss([ require('postcss-make-css-great-again') ])
See PostCSS docs for examples for your environment.
npm install
npm start
Check inspector to see the greatest CSS.
The real hero here is kunukn who created PAPV (postcss-alter-property-value), the plugin I modified to create MCGA.
All accolodes belong to him. I'm just super good at google/stealing.