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
The whole premise of the system is that it works like CSS, and style inheritance is a big part of that.
If I use card/background, I expect this style to be matched and applied to everything inside the card as well.
Ideally, we should have a direct inheritance option, where I could specify a style to be used only for that specific atom. This could have the same > character as in CSS.
eg. >card/background would apply the background layer style only to the background directly in Card. it would no inherit it to card/tag/background.
The text was updated successfully, but these errors were encountered:
The whole premise of the system is that it works like CSS, and style inheritance is a big part of that.
If I use
card/background
, I expect this style to be matched and applied to everything inside the card as well.Ideally, we should have a direct inheritance option, where I could specify a style to be used only for that specific atom. This could have the same
>
character as in CSS.eg.
>card/background
would apply the background layer style only to the background directly in Card. it would no inherit it tocard/tag/background
.The text was updated successfully, but these errors were encountered: