tints.dev
tints.dev copied to clipboard
Add option to export to tailwind config and use css vars
something like this
{
"colors": {
"purple": {
50: "var(--purple-50)",
*/......./*
950: "var(--purple-950)"
}
}
}
If you use tailwind v4, TW will automatically create color variables for all the colors