css-values icon indicating copy to clipboard operation
css-values copied to clipboard

Validate CSS property value pairs.

Results 12 css-values issues
Sort by recently updated
recently updated
newest added

For usage in [stylelint-declaration-strict-value](https://github.com/AndyOGo/stylelint-declaration-strict-value/issues/117)

The docs and code reference this URL: https://developer.mozilla.org/en-US/docs/Template:CSSData However this page just gives me Not Found?

The data.json has not been updated in a while. Would be good to acquire the latest data from MDN.

enhancement

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

There is a bunch of css functions that don't have appropriate validator yet. This issue is created in order to keep track of progress in this kind of functionality. -...

- [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