1.0.1 • Published 9 years ago

postcss-lolcat-stylesheets v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

PostCSS Lolcat Stylesheets Build Status

PostCSS plugin for writing Lolcat Style Sheets.

alt tag

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.