mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-27 14:48:00 +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": {
|
||||
"extends": "stylelint-config-recommended-scss",
|
||||
"rules": {
|
||||
"no-descending-specificity": null
|
||||
"no-descending-specificity": null,
|
||||
"media-feature-name-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreMediaFeatureNames": [
|
||||
"prefers-reduced-motion"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
Loading…
Reference in a new issue