Hi Bilal,
thank you again for your fast reply.
I do not use the media query feature provided by the plugin, instead I have turned all screen size tabs into global editors and work in the desktop files using regular @media.
My main scss file looks like this:
@import 119-scss-desktop; //VARS
@import 120-scss-desktop; //MIXINS GENERAL
@import 124-scss-desktop; //MIXINS NAV
@import 126-scss-desktop; //MIXINS SVG
@import 125-scss-desktop; //MIXINS FOOTER
@import 217-scss-desktop; //MIXINS HEADER
@import 129-scss-desktop; //MIXINS PLUGINS
@import 153-scss-desktop; //MIXINS BLOG
@import 154-scss-desktop; //MIXINS GRID
@import 247-scss-desktop; //MIXINS THEME
@import 121-scss-desktop; //MIXINS THEME ELEMENTS
@import 132-scss-desktop; //MIXINS CUSTOM ELEMENTS
@import 122-scss-desktop; //MIXINS PROJECT
@import 123-scss-desktop; //ANIMATIONS
I have tried using the output files instead but I still got the same error.
I switched back to version 2.0.9 and everything works fine again. The current version just did not compile because variables and mixins from other files, although imported properly, were recognised as missing.
Thank you very much for your support – Alex