test: ensure consistent CSS ordering (#6222)

This commit is contained in:
Sébastien Lorber 2021-12-30 14:26:26 +01:00 committed by GitHub
parent c45d9c6a89
commit 7adc1c0cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 178 additions and 3 deletions

View file

@ -171,3 +171,11 @@ div[class^='announcementBar_'] {
width: 1px;
white-space: nowrap;
}
/* Used to test CSS insertion order */
.test-marker-site-custom-css-unique-rule {
content: "site-custom-css-unique-rule";
}
.test-marker-site-custom-css-shared-rule {
max-width: 100%;
}