Last updated 4 months ago
If you are going to use custom tailwind classes for styling Vueless components, first you need to add them into tailwindMerge config. See:
tailwindMerge
export default { tailwindMerge: { extend: { theme: { classGroups: { "ring-w": [{ ring: ["brand"] }], "font-size": [{ text: ["2xs"] }], } } } } };