As of April 2026, Easy SCSS and JS is a WordPress JS plugin with 60 active installations and a 5/5 rating from 1 reviews. It has been downloaded 2.9K+ times in total. Requires WordPress 6.0+ and PHP 7.4+. Available on WordPress.org since 2020. Last updated 3 years ago — may have compatibility concerns. Top alternative: Clear Cache for Me.
This plugin adds SCSS functionality, compresses JS for you and creates an easy way to enqueue scripts and styles as well as localize them.
Let’s assume this structure:
your theme
├── assets
│ ├── js
│ │ └── script.js
│ └── scss
│ └── style.scss
├── functions.php
└── …
You can now do this in your functions.php with styles:
<?php
add_action('wp_enqueue_scripts', static function(){
/* Full version */
\EasySCSSandJS\Styles::add('my_style_handle', __DIR__ .'/assets/scss/style.scss', [],[], true);
/* Shortest version */
\EasySCSSandJS\Styles::add('my_style_handle', __DIR__ .'/assets/scss/style.scss');
/* Add dependencies (example: depends on handle 'bootstrap') */
\EasySCSSandJS\Styles::add('my_sty…| WordPress | 6.0+ requiredTested up to 6.0.11 |
| PHP | 7.4+ required |
v2.5.7
– Updated scssphp to 1.11.0
v2.5.6
– Updated scssphp to 1.10.5
v2.5.5
– Updated scssphp to 1.10.2
v2.5.4
– Updated scssphp to 1.10.1
v2.5.3
– Removed legacy code
v2.5.1
– Added the easy_css_after_compilation and easy_js_after_compilation filters
– Upgraded scssphp to 1.10.0
v2.5.0
– Added the easy_css_after_compilation and easy_js_after_compilation f…
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.