This commit is contained in:
Roman Pyrih
2026-03-06 15:14:23 +01:00
parent 2f54c22cd6
commit f541250b59
42 changed files with 819 additions and 535 deletions

12
.vscode/settings.json vendored
View File

@@ -1,3 +1,13 @@
{
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": ""
}
],
"liveSassCompile.settings.includeItems": [
"/wp-content/themes/cyber/assets/css/custom.scss",
]
}