MadLittleMods / postcss-css-variables

PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation
https://madlittlemods.github.io/postcss-css-variables/playground/
Other
536 stars 62 forks source link

Variable X is undefined and used without a fallback #138

Closed J05HI closed 6 months ago

J05HI commented 6 months ago
08:53:15 [WARN] [vite] [vite:css] variable --tw-shadow-color is undefined and used without a fallback
1  |  @tailwind base;
2  |  @tailwind components;
3  |  @tailwind utilities;
   |  ^^^^^^^^^^^^^^^^^^^^
4  |  
MadLittleMods commented 6 months ago

The warning is intended when a variable is used but it isn't defined anywhere.

This report isn't useful on it's own and we need more information (we can re-open the issue):