/postcss-portuguese-stylesheets

Postcss plugin for writing Protuguese Stylesheets.

Primary LanguageJavaScript

PostCSS Portuguese Stylesheets Travis npm

PostCSS plugin for writing Portuguese Stylesheets 🇵🇹.

.foodasse {
    raio-borda: 3px;
    fundo: #BADA55;
    largura: 300px;
    altura: 200px;
    float: esquerda;
    topo: 10px;
    fundo: 0px;
    esquerda: 100px;
    direita: 100px;
    cursor: ponteiro !caralho;
    transformacao-texto: maiuscula;
}
.foo {
    border-radius: 3px;
    background: #BADA55;
    width: 300px;
    height: 200px;
    float: left;
    top: 10px;
    bottom: 0px;
    left: 100px;
    right: 100px;
    cursor: pointer !important;
    text-transform: uppercase;
}

Why ?

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

Install

Install from NPM using:

npm i postcss-portuguese-stylesheets --save-dev

Usage

postcss([ require('postcss-portuguese-stylesheets') ])

See PostCSS docs for examples for your environment.

License

MIT © Forked from postcss-spanish-stylesheets by Ismael Martínez