First fixes in SCSS file to fix some issues

This commit is contained in:
2024-01-12 22:01:10 +01:00
parent 5c4175b01a
commit 55cdfc619f
2 changed files with 236 additions and 188 deletions

View File

@@ -1,5 +1,9 @@
{
"extends": [
"stylelint-config-standard-scss"
]
],
"rules": {
"media-feature-range-notation": "prefix",
"color-function-notation": "legacy"
}
}