Fix SCSS compilation for Sass 1.87+ deprecations
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -157,7 +157,7 @@ class Rsx_Framework_Provider extends ServiceProvider
|
||||
symlink($dist_claude, $claude_symlink);
|
||||
|
||||
// Make it read-only (remove write permissions)
|
||||
chmod($claude_symlink, 0444);
|
||||
@chmod($claude_symlink, 0444);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user