theme: {
extend: {
backgroundColor: {
secondary: '#00fd97',
},
textColor: {
secondary: '#001bff',
}
}
}
theme: {
extend: {
backgroundColor: {
secondary: '#00fd97',
},
textColor: {
secondary: '#001bff',
}
}
}
@theme{
--color-secondary: "#00fd97";
}
then you can then use bg-secondary, text-secondary, border-secondary
@theme{
--color-secondary: "#00fd97";
}
then you can then use bg-secondary, text-secondary, border-secondary