UNPKG

tailwind-color-adder

Version:

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

8 lines (7 loc) 141 B
@tailwind base; @tailwind components; @tailwind utilities; /* These colors are currently not being added */ :root{ --indexColor:#234567; }