0.1.0 • Published 12 years ago
csstss v0.1.0
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"
}
}
0.1.0
12 years ago