Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 885 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 885 Bytes

flag PostCSS Azerbaijani Stylesheets Build Status

postcss plugin for writing Azerbaijani Style Sheets.

Install

npm install --save-dev postcss-aze-stylesheets

Input

.someClass {
  hündürlük: 40piksel;
  görünüş: blok;
  rəng: qara;
  fon-rəng: sarı;
}

Output

.someClass {
  height: 40px;
  display: block;
  color: black;
  background-color: yellow;
}

Usage

postcss([require("postcss-aze-stylesheets")]);

See postcss docs for examples for your environment.