-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract core styles to plugin or stylesheet #10437
Comments
@danharrin you can document your experiment findings here if you like. |
CSS layers will make theming much easier already: https://developer.mozilla.org/en-US/docs/Web/CSS/@layer. |
Just wanted to throw in, that we should consider introducing more CSS vars for everything like colors to make stuff more customisable. |
Could you clarify what you mean specifically, @pxlrbt? |
What I mean is, that it would be good if it's possible to extract some often used configs to CSS vars, to allow easier customization. Colors would probably be the easiest. Other parts may be trickier. Also determining what might be useful could be tricky 😅
|
Naming design tokens is definitely tricky. Especially when keeping extensibility in mind. |
Just wanted to mention this doesn't solve the table performance issue: #9304 (comment). |
Initial pass to remove Tailwind classes from views into CSS files with
@apply
(CSS files could be restructured, moved, or imported differently to how they are now, the work in this stage is just to create the files)Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: