mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-18 09:07:57 +02:00
test: ensure consistent CSS ordering (#6222)
This commit is contained in:
parent
c45d9c6a89
commit
7adc1c0cdb
9 changed files with 178 additions and 3 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue