UNPKG

tailwind-color-adder

Version:

An automation script used to add all the colors variable from root css to tailwind for easy usage

9 lines (8 loc) 148 B
.App { text-align: center; } /* These colors are being added to tailwind.config.js */ :root{ --varColor:#823761; --varUnaddedColor:#456780; }