PostCSS plugin for writing Azerbaijan Style Sheets.
Inspired by PostCSS-Russian-Stylesheets.
.some-class {
hündürlük: 20px;
rəng: 'ağ';
arxafon: 'qara';
}
.some-class {
height: 20px;
color: white;
background: black;
}
postcss([ require('postcss-azerbaijani-stylesheets') ])
See PostCSS docs for examples for your environment.