I am creating a stylesheet that will be uploaded to the HubSpot CMS, and I was hoping to create a CSS file locally using SASS to speed up my encoding. I am having difficulty because the output file must include some proprietary template tags defined by CMS.
In particular, I need my generated CSS file to include the following line:
{% include "hubspot/styles/responsive/required_base.css" %}
I tried everything I could imagine to output the characters { and % , but SASS gives me errors no matter what I do, as these are special characters in SASS.
Is there a way to avoid a line of code or individual characters, so SASS will not try to process them?
sass escaping character
Alert my banjos
source share