UNPKG

tailwind-color-adder

Version:

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

12 lines (11 loc) 190 B
module.exports = { content: ["./src/**/*.{js,jsx,ts,tsx}"], theme: { extend: { colors: { varColor: "var(--varColor)", }, }, }, plugins: [], };