Skip to content
Discussion options

You must be logged in to vote

You'd have the other rules as "regular" CSS:

@import "tailwindcss";

@theme {
  --color-primary: oklch(0.72 0.11 178);
}

@layer theme {
  :root.dark {
    --color-primary: oklch(0.72 0.11 178);
  }

  :root.dark-high-contrast {
    --color-primary: oklch(0.72 0.11 178);
  }

  :root.high-contrast {
    --color-primary: oklch(0.72 0.11 178);
  }
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@numso
Comment options

Answer selected by numso
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants