if you have any questions about it, please leave it in issues.
I want to skip the copy and paste process when I update the text and color styles in tailwind.config.js .
{
"colorStyles": {
"Blue": "#2c7dfa",
"BlueShade": "#3685ff",
"DarkNavy": "#1f314f",
"Grey": "#7d889e",
"LightGrey": "#d5e1ef",
"White": "#ffffff"
},
"fontStyles": {
"Heading": "font-Outfit font-[700] text-[22px] leading-[27px] tracking-[0px] ",
"Body": "font-Outfit font-[400] text-[15px] tracking-[0px] "
}
}
- Open tailwind css helper
- Click the export button.