From a4b167b147a21bc640ccda9430787906e062a3cd Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Thu, 7 May 2026 05:41:06 -0600 Subject: [PATCH] ui_migration bugfix(stylelint) Add configuration overrides to protect UIkit and VUE LESS and color parsing --- webapp/stylelint.config.mjs | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/webapp/stylelint.config.mjs b/webapp/stylelint.config.mjs index 9c639229..2bdd1df6 100644 --- a/webapp/stylelint.config.mjs +++ b/webapp/stylelint.config.mjs @@ -1,30 +1,35 @@ // stylelint.config.mjs export default { - // This applies standard CSS rules to the whole project by default extends: ["stylelint-config-standard"], overrides: [ { + // VUE FILES OVERRIDE files: ["**/*.vue"], customSyntax: "postcss-html", - // If you write