You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings. Thank you for the amazing library.
Is there a way to resolve class names to their corresponding CSS properties at runtime?
This should take into account any customizations/plugins specified in the Tailwind configuration file.
I am trying to detect conflicting Tailwind classes such as flex and grid based on the fact that they are both changing the same property display which I need to resolve at runtime from the class names.
I hope that I do not need PostCSS at runtime for this :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings. Thank you for the amazing library.
Is there a way to resolve class names to their corresponding CSS properties at runtime?
This should take into account any customizations/plugins specified in the Tailwind configuration file.
I am trying to detect conflicting Tailwind classes such as
flex
andgrid
based on the fact that they are both changing the same propertydisplay
which I need to resolve at runtime from the class names.I hope that I do not need PostCSS at runtime for this :)
Beta Was this translation helpful? Give feedback.
All reactions