Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.
/ csstss Public archive

A CSS to TSS (Titanium Style Sheet) compiler.

Notifications You must be signed in to change notification settings

rjkip/csstss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CSS to TSS (Titanium Style Sheet) compiler.

Resources

Stars

Watchers

Forks

Packages

No packages published