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

Readme

Keywords

none

Package Sidebar

Install

npm i csstss

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • rjkip