I've just taken on a hubspot project with an example theme.
I'm used to using scss and gulp, but inside the example css file I have variables like this
{% set baseColor = "#666" %}
I know hubspot uses the Jinja2 templating system, this is my first time using it, but with this syntax inside my css file I can't pipe it through my gulp-scss module.
Is there a gulp module I can use to keep the jinja syntax and still use scss or am I going to have to use some other css preprocessor?