Theo's Typesafe CultTTC
Theo's Typesafe Cult4y ago
33 replies
fotoflo

Using existing color names in tailwind config

seems like a good idea to do it this declaritive way instead of copying the underlying colors into the tailwind css... is something like this possible? how do describe it to google? what is the correct syntax? Thank you!!

   extend: {
      colors: {
        primaryLight: "emerald-600",
        primaryDark: "emerald-700",
Was this page helpful?