Expand Stylelint glob to include CSS files (#22469)

This commit is contained in:
Nick Schonning
2023-01-05 07:42:13 -05:00
committed by GitHub
parent acec1fb745
commit 558ac411c4
3 changed files with 4 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
cursor: default;
}
[inert], [inert] * {
[inert],
[inert] * {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;