chore(suite): Update stylelint color notation

This commit is contained in:
Jan Václavík
2024-03-11 17:01:21 +01:00
committed by Jan Komárek
parent 66aaca0ee6
commit d3decdb12e

View File

@@ -5,6 +5,8 @@
"declaration-empty-line-before": null,
"media-query-no-invalid": null,
"media-feature-range-notation": null,
"no-empty-source": null
"no-empty-source": null,
"color-function-notation": null,
"alpha-value-notation": null
}
}