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;
}
Idk, mainly boredom and the need to write !caralho in every stylesheet I own.
Install from NPM using:
npm i postcss-portuguese-stylesheets --save-dev
postcss([ require('postcss-portuguese-stylesheets') ])
See PostCSS docs for examples for your environment.
MIT © Forked from postcss-spanish-stylesheets by Ismael Martínez