Answers for "undefined variable scss"

CSS
0

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.
Posted by: Guest on June-02-2021

Code answers related to "undefined variable scss"

Browse Popular Code Answers by Language