mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 01:00:26 +01:00
Ignore 'prefers-reduced-motion' in stylelint
This commit is contained in:
parent
7b8b797f9c
commit
c241a6e280
1 changed files with 9 additions and 1 deletions
10
package.json
10
package.json
|
@ -64,7 +64,15 @@
|
||||||
"stylelint": {
|
"stylelint": {
|
||||||
"extends": "stylelint-config-recommended-scss",
|
"extends": "stylelint-config-recommended-scss",
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-descending-specificity": null
|
"no-descending-specificity": null,
|
||||||
|
"media-feature-name-no-unknown": [
|
||||||
|
true,
|
||||||
|
{
|
||||||
|
"ignoreMediaFeatureNames": [
|
||||||
|
"prefers-reduced-motion"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|
Loading…
Reference in a new issue