Results 28 issues of Ben Briggs

Just leaving this as a note to get back to when I (or anyone else, PR welcome) have time. https://github.com/markusn/color-diff/issues/8#issuecomment-143502751

enhancement
help wanted

Now that 0.1.0 is out, I'd like to implement more specific validation messages. These should offer more insight into why the validator might yield a warning; here are some examples:...

enhancement
help wanted
question

- [x] [`clip-path`](https://developer.mozilla.org/en/docs/Web/CSS/clip-path): ` | [ || ] | none` - [x] [`grid-auto-columns`](https://developer.mozilla.org/en/docs/Web/CSS/grid-auto-columns): `` - [ ] [`grid-column-end`](https://developer.mozilla.org/en/docs/Web/CSS/grid-column-end): `` - [ ] [`grid-template-columns`](https://developer.mozilla.org/en/docs/Web/CSS/grid-template-columns): `none | | | subgrid ?` -...

This follows on some thoughts I had in the [stylelint chat](https://gitter.im/stylelint/stylelint?at=57a4c767d097eb6b2cc8408d). /cc @stylelint/core So, I believe that the primary use case for this project is to provide meaningful feedback to...

enhancement
help wanted
question

``` css body { background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome4-9,Safari4-5 */...

enhancement
help wanted

Any contributions are welcome, as this is such a big project I don't feel like I can handle it all by myself. Indeed, currently we have nearly 4000 tests that...

help wanted

Need to improve parsing & the code generator to be able to handle the more complex grammars, such as ``.

enhancement
help wanted

At the moment, this module just validates a single value and doesn't handle multiple values very well. For example, in the output module a couple of tests for the `initial-letter`...

enhancement
help wanted

Hello, thank you for this awesome project! 👋 I'm finding that the default reporter produces a lot of duplication when running it with lint-staged: ``` \ | / _ _...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...