#not using Tailwind but I'm seeing Tailwind custom properties.

3 messages · Page 1 of 1 (latest)

tawdry rose
#

In my astro project I am not using tailwind. Why am I seeing
*,::before,::after{
--tw-border-spacing-x: 0;
} .. if it's not needed for default Astro setup, how do I remove it?

fluid ingot
#

Do you have the tailwind integration installed and configured in your Astro config?

tawdry rose
#

I may have played around with tailwind in the past and my config files don't show anything about it... but I am using PostCSS-jit-props.. could that have something to do with it?