Set options for the SCSS compiler of child theme custom styles files.
SCSS Compiler minify: Minify CSS output when compiling SCSS files. Recommended in production.
SCSS Autocompile: Check for SCSS files updates and compile CSS output if required. Useful for editing custom files in an external editor and update them with FTP. Recommended only in development.
Related custom files:
SCSS style.scss/style.scssBase SCSS to be compiled as child theme styles. Editing this file is not recommended. It is automatically regenerated when the child theme information is updated.Type: SCSS Size: 922 B Modified: 2026/07/16 11:18:44 Open file in new tab
SCSS style-admin.scss/style-admin.scssBase SCSS to be compiled as admin panel styles. Editing this file is not recommended.Type: SCSS Size: 612 B Modified: 2026/07/16 10:30:34 Open file in new tab
CSS style.css/style.cssCompiled CSS child theme for frontend styles. Editing this file is not recommended. It will be overwritten by the SCSS compiler.Type: CSS Size: 5 KB Modified: 2026/07/28 12:07:26 Open file in new tab
CSS style-admin.css/style-admin.cssCompiled CSS child theme for admin panel styles. Editing this file is not recommended. It will be overwritten by the SCSS compiler.Type: CSS Size: 133 KB Modified: 2026/07/28 12:07:26 Open file in new tab
Related theme mods:
dct_scss_compilerSet options for SCSS compiler of child theme custom files.
SCSS Compiler dct_scss_compiler2
{
"minify": false,
"autocompile": true
}
SCSS Compiler status
Child theme and SCSS compiler current status, general information and tools.
dct_scss_compilerMinify CSS output when compiling SCSS files.Recommended in production.
SCSS Compiler minify: false
dct_scss_compilerCheck for SCSS files updates and compile CSS output if required. Useful for editing custom files in an external editor and update them with FTP.Recommended only in development.