Skip to content

Commit c744d98

Browse files
committed
Move forward of color matrix to main brand styles sheet
1 parent bd6aa66 commit c744d98

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

assets/_common/styles/styles.scss

-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ Custom styling
1717
// @forward "overrides/_hero.scss";
1818

1919
@forward "overrides/code_highlight.scss";
20-
@forward "../../brand/styles/color-matrix";
2120
@forward "../../brand/styles/brand-styles";

assets/brand/styles/brand-styles.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
@forward "color-matrix";
2+
3+
$huge-font-size: 140px;
4+
15
.text-huge {
2-
font-size: 140px;
6+
font-size: $huge-font-size;
37
}

0 commit comments

Comments
 (0)