undefined variable scss

Solutions on MaxInterview for undefined variable scss by the best coders in the world

showing results for - "undefined variable scss"
Paula
02 Feb 2016
1If the variable is declred but not found so you are getting 'undefined variable'
2then it can be happen for many reasons but one of them and mostly occured one is'
3"import" order. 
4
5Please reorder your import statement and make sure that 
6	"the variables file at the top"
7of all import statement.