object keys should accept strings instead of objects, making it possible to write classical css in those (template) strings
add linter.
caveat: this requires globals or an import of the functions. might not be worth it unless solved declaratively.
add a function or variable for all css properties each property can be a string, an array or a function call.
currently { '.parent': { '&.postfix': {}, }, } will turn into .parent.postfix
why does { '.parent': { '.prefix&': { '&.postfix': {}, }, }, }
not turn into .prefix.parent.postfix
generate js object from css input string