Skip to content

Commit 11899ff

Browse files
authored
Fix callout sass nesting in Static_Starter_GULP
1 parent 855a1ea commit 11899ff

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Static_Starter_GULP/scss/core/_callout.scss

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
float: right;
1717
width: 50%;
1818
}
19+
20+
@each $color, $value in $theme-colors {
21+
&.callout-#{$color} {
22+
border-left-color: $value;
23+
24+
h4 {
25+
color: $value;
26+
}
27+
}
28+
}
1929
}
2030

2131
.callout-bordered {
@@ -44,12 +54,3 @@
4454
}
4555
}
4656

47-
@each $color, $value in $theme-colors {
48-
&.callout-#{$color} {
49-
border-left-color: $value;
50-
51-
h4 {
52-
color: $value;
53-
}
54-
}
55-
}

0 commit comments

Comments
 (0)