Files
Gallery/themes/gallery/.stylelintrc.json
2024-11-13 22:27:02 +01:00

10 lines
233 B
JSON

{
"extends": ["stylelint-config-standard-scss"],
"rules": {
"alpha-value-notation": "number",
"color-function-notation": "legacy",
"media-feature-range-notation": "prefix",
"property-no-vendor-prefix": null
}
}