Any way to split and import base and variants classes in utitlities.css separately? #1550
afzalsayed96
started this conversation in
General
Replies: 0 comments
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.
-
Is there a way to configure tailwind to build and import base and variant classes (
lg:
,md:
,hover:
, etc) into separate files.As shown below:
This would allow to annotate
utitilities-base
as critical with the help of postcss-critical-split plugin.Beta Was this translation helpful? Give feedback.
All reactions