CSS code snippet – How to declare a global variable in S?
/*Use the keyword PRECEDED by exclamation(!) i.e;"!global"*/ /*Refer to the example below*/ $myColor: green !global; color: $myColor;
/*Use the keyword PRECEDED by exclamation(!) i.e;"!global"*/ /*Refer to the example below*/ $myColor: green !global; color: $myColor;