1.0.4 • Published 4 years ago

postcss-aze-stylesheets v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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.