PostCSS plugin for writing Romanian Style Sheets.
.foo {
fundal: rosu;
pozitie: relativ;
nume-animatie: cool;
culoare-granita: albastru;
sus: 0;
stanga: 0;
}
.foo {
background: red;
position: relative;
animation-name: cool;
border-color: blue;
top: 0;
left: 0;
}
postcss([ require('postcss-romanian-stylesheets') ])
See PostCSS docs for examples for your environment.
postcss-romanian-stylesheets
has only a subset of CSS and needs your help to add more Romanian properties and values.
See CHANGELOG.md.
See LICENSE.