UNPKG

cmds-tailwind-styles

Version:

A tailwind preset of utilities for Copa Airlines design system

23 lines (19 loc) 314 B
@layer components { .breadcrums { @apply caption flex gap-8 list-none pl-0; li { @apply flex gap-8; } >* { @@apply hidden; &:nth-last-child(-n+3) { @apply flex; } } @screen sm { >* { @@apply flex; } } } }