-
-
Notifications
You must be signed in to change notification settings - Fork 373
task: remove skeleton build step #4188
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
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@Hugos68 overall I like the idea. It does simplify things for values that haven't changed since introduction. The only oddity I've seen in the Theme menu/pages don't show the surface color for each theme. Not sure the cause, but these are definitely working in the production.
|
…tonlabs/skeleton into task/skeleton-without-scss

This PR removes SCSS and thus the build step introducing major DX improvements, it's a bit more verbose, but our design system really doesn't change, if at all. And it's still managble. Tailwind does the same with their themes, just a giant list of theme variables, no build step either. I think this is the right approach.