You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/features/mixins-as-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ div {
49
49
}
50
50
```
51
51
52
-
Variable defined directly in callers scope can not be overriden. However, variable defined in callers parent scope is not protected and be overriden.
52
+
Variable defined directly in callers scope can not be overriden. However, variable defined in callers parent scope is not protected and will be overriden:
0 commit comments