Zaktualizowano identyfikatory producentów i wartości cech w skrypcie, zmieniono rozmiar plików konfiguracyjnych oraz dodano nowe ustawienia dla kompilacji SASS.

This commit is contained in:
2025-01-27 22:23:21 +01:00
parent ec0ab141fd
commit 07386b437d
6 changed files with 552 additions and 1334 deletions

16
.vscode/settings.json vendored
View File

@@ -1,3 +1,17 @@
{
"git.ignoreLimitWarning": true
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": "",
"savePathSegmentKeys": null,
"savePathReplaceSegmentsWith": null
}
],
"liveSassCompile.settings.generateMap": true,
"liveSassCompile.settings.autoprefix": "defaults",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.includeItems": [
"/themes/InterBlue/assets/css/custom.scss"
]
}