Theme SCSS Compiler lets you manage multiple SCSS CSS pairs in the active theme directly from the WordPress admin (Tools Theme SCSS Compiler). It uses the bundled scssphp library — no Node.js, no build tools, no command line. SCSS is the modern Sass syntax (CSS-superset with braces and semicolons).
wp_enqueue_scripts) or the Admin (admin_enqueue_scripts).style_loader_src filter, so your theme files stay untouched.@import-aware auto-recompile – every SCSS partial (@import, @use, @forward) is tracked. Editing a partial alone triggers a recompile on the next admin page load — no need to touch the entry SCSS file.wp_enqueue_style() for every configured pair on its respective context. Skips files that are already registered, so it never duplicates output.wp-config.php, in your theme, or via your .env / Bedrock workflow.manage_options capability by default. Filterable via tscsscompiler_capability if you need to grant access to a custom role.This plugin makes no external HTTP requests, sets no cookies, runs no telemetry, and does not track users. All processing happens locally on your server. The bundled libraries (scssphp, league/uri, symfony/filesystem, PSR HTTP interfaces) are MIT licensed and GPL-compatible. Source code is included in the plugin’s vendor/ directory.