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
{{ message }}
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
It seems like there's an ongoing discussion on this so this issue might be redundant in the scope of things.
I guess the reason for the verbose naming is to avoid collision with the user's defined values and have a global "theme". If I have a one-off Card or similar, its a lot of typing --Card- in the style attribute.
It might be convenient to expose Component-level CSS variables as props just for that reason:
It seems like there's an ongoing discussion on this so this issue might be redundant in the scope of things.
I guess the reason for the verbose naming is to avoid collision with the user's defined values and have a global "theme". If I have a one-off Card or similar, its a lot of typing
--Card-
in the style attribute.It might be convenient to expose Component-level CSS variables as props just for that reason:
edit: Hadn't seen sveltejs/rfcs#13 yet...
The text was updated successfully, but these errors were encountered: