mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Ignore 'prefers-reduced-motion' in stylelint
This commit is contained in:
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": {
|
||||
|
||||
Reference in New Issue
Block a user