A CSS to TSS (Titanium Style Sheet) compiler.
compile = require "csstss"tss = compile "Label, Button { font-family: Arial; }"
"Label": { "font": { "fontFamily": "Arial" }}"Button": { "font": { "fontFamily": "Arial" }}
npm i csstss
1
0.1.0
none
github.com
5 years ago
test in your browser