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

Implement global CSS styles #4

Closed
vickonrails opened this issue Apr 12, 2021 · 0 comments
Closed

Implement global CSS styles #4

vickonrails opened this issue Apr 12, 2021 · 0 comments

Comments

@vickonrails
Copy link
Owner

Is your feature request related to a problem? Please describe.
emotion has a way to implement global CSS, but it's not implemented in avocado. A typical use case is for CSS Resets. Most design system libraries come with their own CSS normalize/reset out of the box. I think a good way to implement it would be global CSS in emotion.

Describe the solution you'd like
A way to define CSS values that cascade throughout the design system and the user's application.

Describe alternatives you've considered
Using design tokens in Javascript. But this option won't be perfect because they don't cascade.

Additional context
Emotion has a section on global styles

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

No branches or pull requests

1 participant