postcss-azerbaijani-stylesheets
v1.0.3
Published
<img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ff.png?v7" alt="flag" width="32" /> PostCSS Azerbaijani Stylesheets [![Build Status][ci-img]][ci] ===
Downloads
7
Readme
PostCSS Azerbaijani Stylesheets
PostCSS plugin for writing Azerbaijan Style Sheets.
Inspired by PostCSS-Russian-Stylesheets.
Input
.some-class {
hündürlük: 20px;
rəng: 'ağ';
arxafon: 'qara';
}
Output
.some-class {
height: 20px;
color: white;
background: black;
}
Usage
postcss([ require('postcss-azerbaijani-stylesheets') ])
See PostCSS docs for examples for your environment.