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:
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user