Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow any whitespace character to separate multiple styles (#226)
Currently it is impossible to use delimiters in styleName other than a single space symbol. The change allows to use any whitespace characters, such as a newline character which is handy if you use multiple class names in a single styleName attribute combined with ES6 string literal.
- Loading branch information