PostCSS plugin for writing Russian Style Sheets.
Based on 1css.
.some-class {
высота: 20пикселей;
отображение: блочное;
цвет: черный;
цвет-фона: желтый;
}
.some-class {
height: 20px;
display: block;
color: black;
background-color: yellow;
}
postcss([ require('postcss-russian-stylesheets') ])
See PostCSS docs for examples for your environment.
See also postcss-russian-units:
.some-class {
высота: 10ногтей;
ширина: 4перста;
}