Skip to content

ashurbeyli/postcss-azerbaijani-stylesheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flag PostCSS Azerbaijani Stylesheets Build Status

PostCSS plugin for writing Azerbaijan Style Sheets.

Inspired by PostCSS-Russian-Stylesheets.

Input

.some-class {
  hündürlük: 20px;
  rəng: 'ağ';
  arxafon: 'qara';
}

Output

.some-class {
  height: 20px;
  color: white;
  background: black;
}

Usage

postcss([ require('postcss-azerbaijani-stylesheets') ])

See PostCSS docs for examples for your environment.

About

Write your CSS in Azerbaijani :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published