ben-eb / css-values

Validate CSS property value pairs.
MIT License
63 stars 3 forks source link

Pull in Latest Data from MDN #29

Open mahirshah opened 7 years ago

mahirshah commented 7 years ago

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

ben-eb commented 7 years ago

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 have to load it from github instead.

Much of https://github.com/ben-eb/css-values/blob/master/src/data.js needs rewriting as the data has undergone numerous improvements; it's no-longer HTML encoded also.