UNPKG

svelisy

Version:

svelisy - DaisyUI components built with Svelte 🌼

32 lines (30 loc) • 668 B
module.exports = [ { pattern: /(alert|btn|rounded|ring|mask|avatar|badge|countdown|indicator|kbd|link|progress|tooltip|step|input|checkbox|toggle|rating|card|tab|chat|table|stat|stats|menu|btm|dropdown|carousel)-./ }, // border color 'border-primary', 'border-secondary', 'border-accent', 'border-info', 'border-success', 'border-warning', // text color 'text-primary', 'text-secondary', 'text-accent', 'text-info', 'text-success', 'text-warning', // text color content 'text-error-content', 'text-info-content', 'text-success-content', 'text-warning-content', // text color content 'bg-error', 'bg-info', 'bg-success', 'bg-warning' ];