1.0.3 • Published 6 years ago

postcss-azerbaijani-stylesheets v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

PostCSS Azerbaijani Stylesheets Build Status

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.