Skip to content
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

Clean up CSS color properties #625

Merged
merged 7 commits into from
Nov 20, 2023
Merged

Clean up CSS color properties #625

merged 7 commits into from
Nov 20, 2023

Conversation

kenkunz
Copy link
Contributor

@kenkunz kenkunz commented Nov 20, 2023

close #624

  • remove deprecated / old color props
  • use postcss plugin for light/dark theme
  • use modern hsl(h s l / a) syntax

NOTE: still have multiple versions of design system colors (colors.css,
theme/*, colors-new.css); need to whittle down to single color set.
NOTE: moving theme/* colors into colors.css
- add light/dark theme variable layer
- NOTE: still need to remove theme/* files
- use postcss-dark-theme-class plugin
- remove deprecated theme/* CSS files
@kenkunz kenkunz merged commit 062848e into master Nov 20, 2023
4 checks passed
@kenkunz kenkunz deleted the 624-colors-clean-up branch November 20, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up color CSS properties
1 participant