Happy SCSS Compiler – Compile SCSS To CSS Automatically Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
AUTOMATICALLY COMPILE YOUR SCSS FILES TO CSS FILES
Compile easily your SCSS code to CSS automatically, directly on your server and without installing SASS. You choose when and how to compile.
SCSS is a CSS preprocessor language that adds many features like variables, mixins, imports, nesting, color manipulation, functions, and control directives. All theses features are supported in the plugin.
HOW IT WORKS
In the plugin settings page, you can choose the folder which will contain all of your SCSS files, and the folder which will contain generated CSS files. But as everyone has not the same needs, you will be able to set some useful options.
ENQUEUE CSS FILES AUTOMATICALLY
This option let you ask the plugin to automatically include your generated CSS files in your header, thus you won’t have to enqueue these files manually.
COMPILATION OPTIONS
Choose when you want the plugin to generate the CSS files:
- Always: if you are in development
- When SCSS has changed: if you just want to compile if you have edited one of your SCSS files
- If logged in: if you want only logged in users to trigger the compilation
- If admin logged in: if you want only logged in administrators to trigger the compilation
Also, you can choose to generate source map files with your CSS files to better visualize your generated code while debugging.
Exemple: main.css will generate the source map main.css.map.
MINIFICATION OPTIONS
Your generated CSS code can be fully, partially or not minified according to your needs. Here are the minification modes available:
* Compact
* Compressed
* Crunched
* Debug
* Expanded
* Nested
* OutputBlock
ERRORS DISPLAYING OPTIONS
While errors will always be displayed in your BO to let you debug, choose how to display compiling errors in front office:
* Always
* If the WP_DEBUG constant of your WordPress installation is true (in wp_options.php)
* If Logged In: if you want only logged in users to see compilation errors
* If Admin Logged In: if you want only logged in administrators to see compilation errors
* Never