Liquid SCSS to CSS
Turn your style.scss.liquid into style.css.liquid. Why? Shopify has deprecated Sass and SCSS within their Themes.
Escape any strings pointing to a URL like this: background-image: url( {{ \'awesome-hero-image.jpg\' | asset_url }} );
This is required to minify code.
Work in Progress. Please do not use if statements or comments in here.
This uses gulp to compile and minify. Read this article for more information.