README
PostCSS plugin for writing Lolcat Style Sheets.
Lolcat syntax
.ohai {
posishun: relativ;
bakground-color: chawklit;
bakground-image: none;
font-pplz: Helvetica, Arial;
color: silvr;
lettr-spacin: 2px;
paddin-rite: 30px;
}
CSS output
.ohai {
position: relative;
background-color: chocolate;
background-image: none;
font-family: Helvetica, Arial;
color: silver;
letter-spacing: 2px;
padding-right: 30px;
}
Here you can see the full list of Lolcat CSS Properties
Here you can see the full list of Lolcat CSS Values
Usage
postcss([ require('postcss-lolcat-stylesheets') ])
See PostCSS docs for examples for your environment.