csstss

0.1.0 • Public • Published

CSSTSS

A CSS to TSS (Titanium Style Sheet) compiler.

Usage

Example

compile = require "csstss"
tss = compile "Label, Button { font-family: Arial; }"

Output

"Label": {
    "font": {
        "fontFamily": "Arial"
    }
}
"Button": {
    "font": {
        "fontFamily": "Arial"
    }
}

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i csstss

    Weekly Downloads

    21

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • rjkip