Hello!
This is a feature request for HelixUltimate addSCSS() method. I think you guys already started it but did not finish the method $path parameter. The compiled CSS will always be saved under the /css folder and it was hardcoded. Adding a path where the CSS will be created by addSCC() method will be so useful for template overrides. One example for this is for EasySocial component where it provides a custom css but it has a specific path where it should be saved (/templates/<template_name>/com_easysocial/css/custom.css).
The reason I asked for this feature is because it will make creating custom css for template overrides so much more convenient. All SCSS will be in a single folder plus access to all styling options set in the template.
I forgot to mention, please add another method parameter for autoloading the CSS or not. Maybe $autoload = true by default.
Thank you!