mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Expand Stylelint glob to include CSS files (#22469)
This commit is contained in:
parent
acec1fb745
commit
558ac411c4
3 changed files with 4 additions and 3 deletions
|
|
@ -3,7 +3,8 @@
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
[inert], [inert] * {
|
||||
[inert],
|
||||
[inert] * {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue