Skip to content

Commit

Permalink
Add more CSS order test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Dec 30, 2021
1 parent 3bbe21d commit 74f3e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ div[class^='announcementBar_'] {

/* Used to test CSS insertion order */
.test-marker-site-custom-css-unique-rule {
content: "site-custom-css";
content: "site-custom-css-unique-rule";
}
.test-marker-site-custom-css-shared-rule {
max-width: 100%;
Expand Down

0 comments on commit 74f3e64

Please sign in to comment.