In SharePoint Framework something interesting happens, when you burry your SASS files 3 levels deep suddenly you code start to work. If not you might end up with an error message that looks like this:
> CssSyntaxError
(2:1) Unclosed block
This is because #SPFx does some ugly string manipulation.
11 months ago