kwarg clashes when using mixins
Open
bug
- Dominant language
- Python
- Stars
- 28
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The following will fail because of duplicated keyword arguments:
```
mixin = dict(color="#00f")
rule(".really-blue",
color="#009",
**mixin)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.