/postcss-caralho

PostCSS plugin for that changes curse words after ! to !important because why not ?

Primary LanguageJavaScript

PostCSS Caralho Plugin Travis

Coverage Status npm

PostCSS plugin for that changes curse words after ! to !important because why not ?

.foo {
    top: 20px !fuck;
}
.foo {
    top: 20px  !important;
}

You can also use:

Portuguese

  • caralho
  • foda-se
  • merda
  • desculpa
  • putaqpariu
  • desisto

English

  • fuckthis
  • fuck
  • sorry
  • shit
  • please

German

  • scheisse
  • scheiße
  • verdammt
  • kacke

And all of this will become important after PostCSS does his thing.

Why ?

Idk, mainly boredom and the need to write !caralho or !fuck in every stylesheet I own.

Install

Install from NPM using:

npm i postcss-caralho --save-dev

Or Yarn:

yarn add postcss-caralho --dev

Usage

postcss([ require('postcss-caralho') ])

See PostCSS docs for examples for your environment.

License

Use as you please to confuse people and enjoy (MIT)