UNPKG

cmds-tailwind-styles

Version:

A tailwind preset of utilities for Copa Airlines design system

21 lines (17 loc) 333 B
@layer utilities { .link { @apply text-primary-light cursor-pointer; &:hover { @apply underline; } &-invert { @apply text-grey-50 underline; } &-secondary { @apply text-grey-600 underline; &-invert { @apply text-grey-300 underline; } } } }