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

Remove usage of non-pure css tags (like :global) #127

Open
devinmatte opened this issue Dec 15, 2024 · 0 comments
Open

Remove usage of non-pure css tags (like :global) #127

devinmatte opened this issue Dec 15, 2024 · 0 comments
Labels
tech-debt Addressing technical debt

Comments

@devinmatte
Copy link
Member

NextJS requires we have pure css loading, so we are not supposed to be able to use :global and :root: but we have added a hack in the next config. We should clean up the css so we no longer need :global so we can remove the hack and upgrade nextjs to newer releases

@devinmatte devinmatte added the tech-debt Addressing technical debt label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Addressing technical debt
Projects
None yet
Development

No branches or pull requests

1 participant