Matt Lubner

Results 2 issues of Matt Lubner

As you know, when the background shorthand property is listed after any background-\* property, it overrides the previously-declared values with the defaults. Example stylesheet: ``` .myClass { background-image: url('background.jpg'); background-repeat:...

It looks like the request type descriptors' `payload` and `meta` functions are being passed the raw, top-level RSAA as the `action` argument, instead of an action with parsed values. For...

enhancement
help wanted