function sassy_foundation_prepro_precompile_scss_alter in Sassy 7.2
Adds the foundation libraries to all SCSS files if the user selected this option in the Prepro admin screen.
File
- extensions/
foundation/ sassy_foundation.module, line 93
Code
function sassy_foundation_prepro_precompile_scss_alter(&$contents, $file, $local) {
sassy_foundation_prepro_precompile_sass_alter($contents, $file, $local);
}