Custom tailwind classes
export default {
tailwindMerge: {
extend: {
theme: {
classGroups: {
"ring-w": [{ ring: ["tiny"] }],
"font-size": [{ text: ["2xs"] }],
}
}
}
}
};Last updated
export default {
tailwindMerge: {
extend: {
theme: {
classGroups: {
"ring-w": [{ ring: ["tiny"] }],
"font-size": [{ text: ["2xs"] }],
}
}
}
}
};Last updated