postcss-aze-stylesheets

PostCSS plugin to support Azerbaijani stylesheets

Usage no npm install needed!

<script type="module">
  import postcssAzeStylesheets from 'https://cdn.skypack.dev/postcss-aze-stylesheets';
</script>

README

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.