/postcss-romanian-stylesheets

PostCSS plugin for writing Romanian Style Sheets.

Primary LanguageJavaScriptMIT LicenseMIT

PostCSS Romanian Stylesheets Build Status

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;
}

Usage

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

See PostCSS docs for examples for your environment.

Contributing

postcss-romanian-stylesheets has only a subset of CSS and needs your help to add more Romanian properties and values.

Changelog

See CHANGELOG.md.

License

See LICENSE.