mediawiki-skins-MinervaNeue/.stylelintrc.json
Ed Sanders d926771bd8 Remove deprecated vendor prefixes and their mixins
Additional change:
* The animation stylesheet pulled down for the storybook instance
in dev-scripts/setup-storybook.sh is no longer referenced anywhere
in assets so can be removed.

Bug: T306486
Bug: T308351
Bug: T308360
Change-Id: Ia9f2a05cde2724486f7e449261c5d4875388f5ab
2022-05-23 23:18:43 +00:00

14 lines
322 B
JSON

{
"extends": [
"stylelint-config-wikimedia/support-modern",
"stylelint-config-wikimedia/mediawiki"
],
"rules": {
"declaration-no-important": null,
"declaration-property-unit-disallowed-list": null,
"selector-class-pattern": null,
"selector-list-comma-newline-after": null,
"value-keyword-case": null
}
}