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:
root
2025-12-19 07:44:28 +00:00
parent a7c641abd8
commit 83096ff62b
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
}