I've read other posts where you mention that you'll provide SASS documentation, but you haven't provided any release dates. Meanwhile, I have to complete a project within a certain time frame and the support for CANVAS has a time limit. I don't understand why there's no documentation for SASS when there's some at least documentation for LESS. Your response to another user that SASS is for "experts" who program in Python or Ruby is frustrating and highly insulting. Your users deserve honest and clear answers as paying customers.
All that said, the style.scss appears to be a single file with no imports. If you're going to accuse your users of not being "experts", you should at least follow the best practices laid out by Bootstrap for setting up it's SASS files:
https://getbootstrap.com/docs/4.0/getting-started/theming/
Instead of having a large style.scss, you should have the file consisting of multiple bootstrap @imports with your customized overrides as @imports. Looking at the huge style.scss and the included scss folder isn't helpful. Do you have at least a sample site using SASS we can all look at to help us move through this impasse?
Thanks.
