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