cmds-tailwind-styles
Version:
A tailwind preset of utilities for Copa Airlines design system
29 lines (23 loc) • 424 B
CSS
@layer components {
.caption {
@apply font-medium text-16-24;
&-tn {
@apply font-medium text-12-16;
}
&-sm {
@apply font-medium text-14-20;
}
&-lg {
@apply font-normal text-20-32;
}
&-secondary {
@apply text-grey-600;
&-invert {
@apply text-grey-200;
}
}
&-invert {
@apply text-grey-50;
}
}
}