function sassy_bootstrap_prepro_precompile_scss_alter in Sassy 7.2
Adds the bootstrap libraries to all SCSS files if the user selected this option in the Prepro admin screen.
File
- extensions/
bootstrap/ sassy_bootstrap.module, line 89
Code
function sassy_bootstrap_prepro_precompile_scss_alter(&$contents, $file, $local) {
sassy_bootstrap_prepro_precompile_sass_alter($contents, $file, $local);
}