Skip to content

Commit 30e9d88

Browse files
mixins-as-functions.md: per less/less.js#1892
1 parent 8ea36e1 commit 30e9d88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/features/mixins-as-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> Return variables from mixins
22
3-
All variables defined in a mixin are visible and can be used in caller's scope (unless the caller defines its own variable with the same name).
3+
All variables defined in a mixin are visible and can be used in caller's scope (unless the caller scope already has a variable with same name defined, including previously defined by another mixin call).
44

55
Example:
66

@@ -47,4 +47,4 @@ Results in:
4747
div {
4848
padding: 33px;
4949
}
50-
```
50+
```

0 commit comments

Comments
 (0)