Results 86 comments of Ben Briggs

Nice work, but would much prefer that the build was compiled to ES5 instead of depending on the Babel runtime. I use these scripts to compile ES2015 into a `dist`...

I'm happy with it, sure. @SlexAxton?

Yeah, actually MDN have moved the data to https://github.com/mdn/data. I'm hoping that they will start publishing it to npm so that it's easier to consume, but for now we might...

> Would it be possible to adopt this convention? Certainly! The idea is that no adaptation will be necessary. 😄 > As an aside, it's _very_ exciting to see css-values...

So, I've extended support for validation messages in multiple values, and have done an example conversion which you can check out at https://github.com/ben-eb/css-values/commit/056a394bc9e1156e7c04fdb7575ce713b2ec6d7c. Would be really great to have some...

@jeddy3 Did you mean `stylelint-declaration-no-invalid`? Ignoring things like string interpolation and variables in the consuming plugin is probably easiest, but it might be worth adding support still as long as...

0.1.0 is now out on npm if you'd like to have a play with it. 😄

https://github.com/ben-eb/css-values/issues/26 is also really relevant for stylelint's use case. 😄

css-values is a tool to create modules (or other things). So if we wanted to make a plugin for stylelint, we would install css-values as a development dependency, and then...

Spot on, yeah. Note that in addition to `acquire`, we supplement that data with Autoprefixer (this is just for vendor specific keywords). At the moment that is pulled in via...