Skip to content

Commit

Permalink
Add the simplest mixin example. Fixes sol#453.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 16, 2022
1 parent be55317 commit 5e525ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@ see and how its signatures are filled in:
```
dependencies:
# This is the simplest mixin syntax with no module renaming or hiding.
- name: base
mixin:
- ''
# This gives you a shorter name to import from, and hides the other modules.
- name: containers
mixin:
Expand Down

0 comments on commit 5e525ef

Please sign in to comment.