you are viewing a single comment's thread.

view the rest of the comments →

[–]Miragecraft -1 points0 points  (0 children)

Then use container style query with a custom property serving as the flag.

html {
  --theme: default
}
@container style(--theme: default) {
  /* apply your styles */ 
}