Been using this plugin for ages with my WordPress development but I'm just getting into Shopify development and they have filenames with this syntax: styles.scss.liquid. These are scss files but with liquid code (Shopify's templating language) in them.
I can escape the liquid code with Sass interpolation but I can't use SassBeautify on them because of the file extension: SassBeautify gives me a 'not a valid Sass file' error.
How can I bypass this error and just run it?
Been using this plugin for ages with my WordPress development but I'm just getting into Shopify development and they have filenames with this syntax: styles.scss.liquid. These are scss files but with liquid code (Shopify's templating language) in them.
I can escape the liquid code with Sass interpolation but I can't use SassBeautify on them because of the file extension: SassBeautify gives me a 'not a valid Sass file' error.
How can I bypass this error and just run it?