feature/fix_linter_fuckup #4

Merged
Vulpovile merged 31 commits from feature/fix_linter_fuckup into master 2025-01-12 00:11:02 +00:00
4 changed files with 29 additions and 18 deletions
Showing only changes of commit 9e1a7b2505 - Show all commits

View File

@@ -1,6 +1,6 @@
{ {
"extends": "stylelint-config-standard", "extends": "stylelint-config-standard",
"rules":{ "rules":{
"color-function-notation": "legacy" "color-function-notation": "legacy"
} }
} }