UNPKG

@nuxt/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

15 lines 328 B
export default { "base": "focus-visible:outline-(--ui-primary)", "variants": { "active": { "true": "text-(--ui-primary)", "false": [ "text-(--ui-text-muted) hover:text-(--ui-text)", "transition-colors" ] }, "disabled": { "true": "cursor-not-allowed opacity-75" } } }