Translates from/to CSS.
| Modifiers | Name | Description |
|---|---|---|
interface |
Translator.Printer |
|
interface |
Translator.Reader |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static void |
convertFromCSS(File inf, File out)Converts from CSS to Groocss. |
|
static String |
convertFromCSS(String text) |
|
static void |
convertFromCSS(Translator.Reader inf, Translator.Printer pw)Converts from CSS to Groocss. |
|
static void |
convertFromGroocss(File inf, File out) |
|
static String |
nameToCamel(String it) |
|
static String |
processPseudo(String line) |
|
static void |
processSelector(String original, Translator.Printer pw) |
|
static String |
processSelector(String original) |
Converts from CSS to Groocss.