|
|
|
|
|
by Semiapies
1775 days ago
|
|
They reinvent inline styles, then they reinvent classes! It's kind of impressive. I read through the docs, trying to find a value proposition to this over CSS. So far, the benefits claimed amount to "knowing how to use development tools is scary", "you can abbreviate properties into incomprehensibility", "here are some new values and defaults to keep straight". In terms of what you can't do with plain old inline CSS? Apparently, just some parlor tricks like styling sub-elements (with a cumbersome syntax) and some concise transitions. |
|
AFAIK you cannot do responsive stuff (media queries) in the style attribute.