Apply suggestions from code review of branch build/style-lint-fix-purge

Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
Antonio Anaya 2026-05-07 14:58:48 +00:00 committed by Antonio Anaya
parent caf2157c04
commit 4a9693df31
2 changed files with 2 additions and 3 deletions

View file

@ -22,12 +22,12 @@ export default {
],
rules: {
// Your global rules
// Global rules
"selector-class-pattern": null,
"no-invalid-position-at-import-rule": null,
"no-empty-source": null,
// Needed rgba for UIkit colot math
// Needed rgba for UIkit color math
"color-function-notation": null,
"alpha-value-notation": null,
"color-function-alias-notation": null,