Need support for CSS3 grid layout in SCSS/CSS Linter

@aeschli Can you point me to the place I need to add these properties?
Edit: https://github.com/Microsoft/vscode/blob/master/extensions/css/syntaxes/css.tmLanguage.json Do I need to repeat these steps to less and sass, too?
Any news about css grid layout support?
https://github.com/Microsoft/vscode-css-languageservice/blob/master/build/css-schema.xml would be the file to make the fix...
@jens1o , @aeschli - the grid properties already exist in the latest css-schema.xml. I think vscode just needs to use a bumped up version of the language service.
Yeah, I wanted to write that now... Thanks for helping me :D
@praveenpuglia It's there but says browsers: none. We filter these properties. So please add the browsers that support it.
I see all the grid properties already have browser info available.
https://github.com/Microsoft/vscode-css-languageservice/blob/master/build/css-schema.xml#L3160
only grid-row-start has browsers set to none which i am now sending a PR for.
vscode doesn't have the version of css-languageservice with that change
LOL , WTF? 馃挴
@roblourens yep! vscode needs a version bump in extensions. Also, a new version of the service has to be published to NPM
YEAHHH in 1.15 this is finally fixed!
Seems to be fixed in .css files for 1.15 but not for .html files that have
Most helpful comment
Fixed by https://github.com/Microsoft/vscode-css-languageservice/issues/35