Final bundle (after Purge CSS) full of "--space-x-reverse" #1815
Unanswered
frederikhors
asked this question in
Help
Replies: 3 comments
-
Maybe this can help: https://github.com/MadLittleMods/postcss-css-variables ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've tried using that plugin but it fails in some cases original .hover\:bg-blue-500:hover {
--bg-opacity: 1;
background-color: #4299e1;
background-color: rgba(66, 153, 225, var(--bg-opacity))
} after .hover\:bg-blue-500:hover {
background-color:#4299e1;
background-color:undefined
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm working in my first tailwind project, and I've not found any |
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.
-
My final bundle (after PurgeCSS) is full of
--space-x-reverse
which take a lot of bytes.Is there a way (similar to purgecss) to replace any
--space-x-reverse
(or similar) to their own values?Beta Was this translation helpful? Give feedback.
All reactions