wix-style-react
Version:
wix-style-react
32 lines (25 loc) • 605 B
CSS
@st-namespace "BrandHeading";
:import {
-st-from: "../../../../Heading/Heading.st.css";
-st-default: Heading;
}
:import {
-st-from: "../../../../Foundation/stylable/typography.st.css";
-st-named: heading-h1, heading-h2;
}
.root {
-st-extends: Heading;
}
.root:newColorsBranding:appearance(H1) {
-st-mixin: heading-h1;
}
.root:size(extraLarge) {
-st-mixin: heading-h1;
}
.root:newColorsBranding:appearance(H2) {
-st-mixin: heading-h2;
}
.root:size(large) {
-st-mixin: heading-h2;
}
/* st-namespace-reference="../../../../../../src/Themes/brand/components/Heading/Heading.st.css" */