mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 13:37:05 +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
|
@ -12,6 +12,6 @@
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.wrappingBlock code[class^=codeBlockLines] {
|
||||
.wrappingBlock code[class^='codeBlockLines'] {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
@ -8,20 +8,20 @@
|
|||
.red {
|
||||
color: red;
|
||||
}
|
||||
.red[aria-selected="true"] {
|
||||
.red[aria-selected='true'] {
|
||||
border-bottom-color: red;
|
||||
}
|
||||
|
||||
.orange {
|
||||
color: orange;
|
||||
}
|
||||
.orange[aria-selected="true"] {
|
||||
.orange[aria-selected='true'] {
|
||||
border-bottom-color: orange;
|
||||
}
|
||||
|
||||
.yellow {
|
||||
color: yellow;
|
||||
}
|
||||
.yellow[aria-selected="true"] {
|
||||
.yellow[aria-selected='true'] {
|
||||
border-bottom-color: yellow;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue