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
3 changed files with 14 additions and 11 deletions
Showing only changes of commit 721c3b84c0 - Show all commits

View File

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