4

I am using the new Css Grid layout, but it seems that the CssLint version used by Visual Studio 2017 does not support that. I get the validation error seen in the screenshot:

CssLint validation error

Does anyone know how to get it updated, or need i just wait for it?

Michael Benjamin
  • 346,931
  • 104
  • 581
  • 701
Axel Andersen
  • 330
  • 4
  • 14
  • A validation error in Visual Studio doesn't mean the rule won't work in the browser. Besides CSS Validators are unreliable, since the standard for validation is generally higher than the standard for browser implementation. https://stackoverflow.com/q/41406627/3597276 – Michael Benjamin Oct 09 '17 at 21:06
  • I know that validators are not all that reliable, but i am asking if anyone knows of a solution from the Visual Studio team to support CSS Grid – Axel Andersen Nov 07 '17 at 09:02

1 Answers1

0

It is now supported by the Visual Studio 2017

Axel Andersen
  • 330
  • 4
  • 14