chore: enable stylelint standard config (#6442)

* chore: enable stylelint standard config

* remove empty line

* fix
This commit is contained in:
Joshua Chen 2022-01-22 21:26:35 +08:00 committed by GitHub
parent 2f4b2e1790
commit e40cafccd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 94 additions and 78 deletions

View file

@ -8,6 +8,7 @@
.red {
color: red;
}
.red[aria-selected='true'] {
border-bottom-color: red;
}
@ -15,6 +16,7 @@
.orange {
color: orange;
}
.orange[aria-selected='true'] {
border-bottom-color: orange;
}
@ -22,6 +24,7 @@
.yellow {
color: yellow;
}
.yellow[aria-selected='true'] {
border-bottom-color: yellow;
}