fitzgen / fitzgen/zoolander

kwarg clashes when using mixins

Open
#12 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.