How to inline all theme/preflight css variables? #15287
Unanswered
marklawlor
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand that you can use
@theme inline {}
to inline the CSS vars declared within that specific block, but how do you inline the default theme vars?The use case is NativeWind which does support CSS vars but they are less performant than static declarations. We would prefer advising people to inline all values and only keep the CSS variables that they actively use as variables
Beta Was this translation helpful? Give feedback.
All reactions