cmds-tailwind-styles
Version:
A tailwind preset of utilities for Copa Airlines design system
58 lines (44 loc) • 1.12 kB
CSS
@layer components {
.display {
@apply font-heading font-medium text-30-32 text-primary-main -tracking-r0033;
@screen sm {
@apply text-36-40 -tracking-r0045
}
@screen md {
@apply text-40-48 -tracking-r0054
}
@screen lg {
@apply text-48-64 -tracking-r006
}
&-bg {
@apply font-heading font-bold text-40-48 text-primary-main -tracking-r0033;
@screen sm {
@apply text-56-64 -tracking-r0045
}
@screen md {
@apply text-66-72 -tracking-r0054
}
@screen lg {
@apply text-76-80 -tracking-r006
}
}
&-sm {
@apply font-heading font-normal text-20-24 text-grey-700 -tracking-r0033;
@screen sm {
@apply text-24-32 -tracking-r0045
}
@screen md {
@apply text-28-32 -tracking-r0054
}
@screen lg {
@apply text-32-40 -tracking-r006
}
}
&-tn {
@apply font-heading font-normal text-18-24 text-grey-700;
@screen lg {
@apply text-20-32
}
}
}
}