caseymhunt / postcss-make-css-great-again

This is the greatest PostCSS plugin, believe me. I make the best plugins, and this one is tremendous.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostCSS Make CSS Great Again Build Status

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%;
}

Usage

postcss([ require('postcss-make-css-great-again') ])

See PostCSS docs for examples for your environment.

See it in action

npm install
npm start

Check inspector to see the greatest CSS.

Giant's Shoulders...

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.

About

This is the greatest PostCSS plugin, believe me. I make the best plugins, and this one is tremendous.


Languages

Language:JavaScript 86.4%Language:HTML 7.1%Language:CSS 6.5%