mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 04:31:22 +00:00
16 lines
232 B
SCSS
16 lines
232 B
SCSS
@import '../../../styles/utilities';
|
|
|
|
.headingCommon {
|
|
@apply heading-1 font-heading text-left;
|
|
|
|
&.highlight {
|
|
color: var(--negative);
|
|
}
|
|
&.light {
|
|
color: var(--white);
|
|
}
|
|
&.center {
|
|
@apply text-center;
|
|
}
|
|
}
|