Ignoring warnings about scrollbar properties not being supported

This commit is contained in:
Nathan Peckham 2024-06-11 12:55:30 -05:00
parent 36a09c51a6
commit d0481201a0

16
.hintrc Normal file
View file

@ -0,0 +1,16 @@
{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"scrollbar-width",
"scrollbar-color"
]
}
]
}
}