postcss-aze-stylesheets

1.0.4 • Public • Published

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.

/postcss-aze-stylesheets/

    Package Sidebar

    Install

    npm i postcss-aze-stylesheets

    Weekly Downloads

    9

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    30.8 kB

    Total Files

    17

    Last publish

    Collaborators

    • bifo92