mirror of
https://github.com/maputnik/editor.git
synced 2026-02-22 20:40:00 +00:00
Merge pull request #296 from orangemug/feature/prefers-reduced-motion
Added prefers-reduced-motion support
This commit is contained in:
10
package.json
10
package.json
@@ -65,7 +65,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