Refactor SCSS imports and add local settings for build permissions

- Updated main.scss to remove redundant forward for "shame".
- Added .claude/settings.local.json to configure permissions for build commands.
This commit is contained in:
2026-01-29 15:23:24 +01:00
parent 8238523447
commit 1efdc59290
13 changed files with 1256 additions and 3446 deletions

View File

@@ -12,6 +12,7 @@
"liveSassCompile.settings.autoprefix": "defaults",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.includeItems": [
"wp-content/themes/ostal_WP/css/custom.scss"
"wp-content/themes/ostal_WP/css/custom.scss",
"wp-content/themes/ostal_WP/sass/main.scss",
]
}