You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move conditional building of components to mixins rather than nested @……import statements.
Nested @import statements are not actually valid SASS, but there's a bug that's been present in (presumably) node-sass that has lately been patched, thus enforcing this. As a result, a refactor on how assets are imported was needed.