CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.77k stars 483 forks source link

Linter Not Up to Date with CSS-Grids Spec #648

Closed ghost closed 8 years ago

ghost commented 8 years ago

Linter is giving Syntax errors for a value that should work for the grid-template-columns property according to https://drafts.csswg.org/css-grid/#grid-layering.

Issue can be viewed here: http://codepen.io/notmrbee/pen/8d4b919f2efc19e2cbf7f6e066ca2c39?editors=1100

frvge commented 8 years ago

This has been fixed in the master version of parser-lib in https://github.com/CSSLint/parser-lib/commit/c0fd0c02edc757481dc47cef7dd1268b59bfe867 in 2015.

We aim to release a new version of both parser-lib and csslint soon.

Duplicates #514