- Updated main.scss to remove redundant forward for "shame". - Added .claude/settings.local.json to configure permissions for build commands.
19 lines
496 B
JSON
19 lines
496 B
JSON
{
|
|
"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": [
|
|
"wp-content/themes/ostal_WP/css/custom.scss",
|
|
"wp-content/themes/ostal_WP/sass/main.scss",
|
|
]
|
|
}
|