1.0.3 • Published 8 years ago
postcss-azerbaijani-stylesheets v1.0.3
 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.