-
Hi, I try to change variables (in _bootscore-variables.scss) with the WP Customizer. I found this blog post : `if (is_customize_preview()) {
}` As boostcore already uses scss.inc.php, i didn't add require_once(get_stylesheet_directory() . '/inc/scssphp/scss.inc.php'); (maybe it's a mistake ?). To change bootscore variables with the customizer would be a huge improvement in my project. I'd be very grateful if anyone has any ideas... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Of course, not. Bootscore has nothing to do with the Customizer. Variables must be added to |
Beta Was this translation helpful? Give feedback.
This may possible with heavy custom coding but I think not with this small code. scssphp is a well-balanced area here, combining this with the Customizer is against the spirit of the project and goes far beyond the scope.