scss_compiler.settings.yml in SCSS/Less Compiler 8
config/install/scss_compiler.settings.yml
4 string references to 'scss_compiler.settings'
- ScssCompilerService::__construct in src/
ScssCompilerService.php - Constructs a SCSS Compiler service object.
- scss_compiler_cache_flush in ./
scss_compiler.module - Implements hook_cache_flush().
- scss_compiler_update_8001 in ./
scss_compiler.install - Set the weight to 1.
- scss_compiler_update_8002 in ./
scss_compiler.install - Set flush cache behaviour.
File
config/install/scss_compiler.settings.ymlView source
- cache: false
- sourcemaps: true
- output_format: 'compressed'
- flush_cache_type: 'default'
- check_modify_time: true
- node_modules_path: ''
- plugins:
- scss: 'scss_compiler_scssphp'
- # less: 'scss_compiler_lessphp'