You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sMailCell includes sCell but also declares minWidth. I want main's minWidth declaration to override the one included via sCell but instead both minWidth properties end up appearing in the generated class and the browsers picks one without a deterministic criteria (or that's what it seems).
Which makes me wonder if I'm using the library as expected? Or what's the best way to model something like this:
Hi! I was wondering what's the proper way of mixing styles which have properties in common. I've read #345 but in the following example:
sMailCell
includessCell
but also declaresminWidth
. I want main'sminWidth
declaration to override the one included viasCell
but instead bothminWidth
properties end up appearing in the generated class and the browsers picks one without a deterministic criteria (or that's what it seems).Which makes me wonder if I'm using the library as expected? Or what's the best way to model something like this:
Here is the CSS output I get on Chrome
The text was updated successfully, but these errors were encountered: