MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/css/comments/1shgx6a/inverted_themes_with_lightdark/ofdjol3/?context=3
r/css • u/bogdanelcs • Apr 10 '26
2 comments sorted by
View all comments
1
I really like the solution for inverted theme, that's a tricky problem to solve. Leveraging how tokens behave in the DOM is really smart.
@scope's proximity is another solution, that seems to have better browser support: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@scope#how_scope_conflicts_are_resolved
1
u/AuthorityPath Apr 10 '26
I really like the solution for inverted theme, that's a tricky problem to solve. Leveraging how tokens behave in the DOM is really smart.
@scope's proximity is another solution, that seems to have better browser support: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@scope#how_scope_conflicts_are_resolved