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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2

Package Sidebar

Install

npm i csstss

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • rjkip