postcss-portuguese-stylesheets
v1.0.1
Published
PostCSS plugin for writing Portuguese Stylesheets.
Downloads
3
Maintainers
Readme
PostCSS Portuguese Stylesheets
PostCSS plugin for writing Portuguese Stylesheets :portugal:.
.foo {
raio-borda: 3px;
fundo: #BADA55;
largura: 300px;
altura: 200px;
float:: esquerda;
topo: 10px;
fundp: 0px;
esquerda: 100px;
direita: 100px;
cursor: ponteiro !caralho;
text-transform: 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;
}
See the complete list of properties and values translated
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