madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 94 forks source link

cursor: grab is not recognized as a valid value for CSS 3.0 #193

Closed Fredz66 closed 8 years ago

Fredz66 commented 8 years ago

image

From https://www.w3.org/TR/css-ui-3/#propdef-cursor :

cursor values "grab" and "grabbing" added per multiple interoperable implementations.

madskristensen commented 8 years ago

This is now fixed but could take a few days to come through unless you manually delete this folder:

%appdata%\Microsoft\VisualStudio\14.0\schemas\css

Then restart VS and open a .css file. That should trigger Web Essentials to fetch the latest schemas

Fredz66 commented 8 years ago

Nice, it works. Thank you.