/postcss-lolcat-stylesheets

:cat: Lolcat aka Lolspeak CSS Properties :paw_prints:

Primary LanguageJavaScriptMIT LicenseMIT

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;
}

Usage

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

See PostCSS docs for examples for your environment.