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:
8
.claude/settings.local.json
Normal file
8
.claude/settings.local.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm run build:styles:*)",
|
||||
"Bash(powershell -Command \"cd ''c:\\\\visual studio code\\\\projekty\\\\ostal.pl\\\\wp-content\\\\themes\\\\ostal_WP''; npm run build:styles\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user