mirror of
https://github.com/vercel/commerce.git
synced 2025-07-14 08:21:22 +00:00
18 lines
234 B
SCSS
18 lines
234 B
SCSS
@import '../../../styles/utilities';
|
|
|
|
.headingCommon {
|
|
@apply heading-2 font-heading text-left;
|
|
|
|
&.highlight {
|
|
color: var(--negative);
|
|
}
|
|
&.light {
|
|
color: var(--white);
|
|
}
|
|
&.center {
|
|
@apply text-center;
|
|
}
|
|
|
|
|
|
}
|