mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-11 15:22:29 +02:00
chore: upgrade lint-staged and globs (#6369)
This commit is contained in:
parent
051463fec9
commit
9f9a96dc80
14 changed files with 63 additions and 71 deletions
|
@ -179,7 +179,7 @@ html[data-theme='dark'] img[src$='#gh-light-mode-only'] {
|
|||
|
||||
/* Used to test CSS insertion order */
|
||||
.test-marker-site-custom-css-unique-rule {
|
||||
content: "site-custom-css-unique-rule";
|
||||
content: 'site-custom-css-unique-rule';
|
||||
}
|
||||
.test-marker-site-custom-css-shared-rule {
|
||||
max-width: 100%;
|
||||
|
|
|
@ -156,5 +156,5 @@
|
|||
|
||||
/* Used to test CSS insertion order */
|
||||
.test-marker-site-index-page {
|
||||
content: "site-index-page";
|
||||
content: 'site-index-page';
|
||||
}
|
||||
|
|
|
@ -7,6 +7,5 @@
|
|||
|
||||
/* Used to test CSS insertion order */
|
||||
.test-marker-theme-layout {
|
||||
content: "theme-layout";
|
||||
content: 'theme-layout';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue