Replies: 1 comment
-
The tailwindcss/packages/tailwindcss/src/css-functions.ts Lines 18 to 39 in 25539e3 Which in turn calls the tailwindcss/packages/tailwindcss/src/utilities.ts Lines 165 to 177 in 25539e3 And as you can see in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to explicitly opt out of
in oklab
mode incolor-mix
(so,--alpha()
) utils?Given a theme:
The resolved CSS will be:
If it's guaranteed in our
@theme
that all of our colors arergb
and notoklch
, then the second declaration doesn't really do anything other than add the dead-weight to the stylesheet (and the variables can be embedded safely into the first declaration to begin with).Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions