SassError: Undefined variable: code example
Example: undefined variable scss
If the variable is declred but not found so you are getting 'undefined variable'
then it can be happen for many reasons but one of them and mostly occured one is'
"import" order.
Please reorder your import statement and make sure that
"the variables file at the top"
of all import statement.