From 9e1a7b25057f5199432df455ef290388248b7ca0 Mon Sep 17 00:00:00 2001 From: Vulpovile Date: Sat, 11 Jan 2025 14:43:41 -0800 Subject: [PATCH] Try breaking rules --- .stylelintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 49d74f3..106476f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,6 +1,6 @@ { "extends": "stylelint-config-standard", "rules":{ - "color-function-notation": "legacy" - } + "color-function-notation": "legacy" + } }