Skip to content

Commit a25d6f4

Browse files
committed
Add comments explaining need for specific 'override' styling
1 parent 194945d commit a25d6f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/messages.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ $error: #BF433A;
1414
color: $info;
1515

1616
p {
17+
// Prevent our custom styles being overwritten if a div
18+
// has markdownenabled="1"
1719
color: $info;
1820
}
1921
}
@@ -25,6 +27,8 @@ $error: #BF433A;
2527
color: $error;
2628

2729
p {
30+
// Prevent our custom styles being overwritten if a div
31+
// has markdownenabled="1"
2832
color: $error;
2933
}
3034
}

0 commit comments

Comments
 (0)