Skip to content

iskandarovBakshi/postcss-aze-stylesheets

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published