madskristensen / WebEssentials2015

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

An Error for Add Missing Standard Property #70

Closed MarkSky closed 9 years ago

MarkSky commented 9 years ago

When I keyed "flex: 1;", it only showed me I miss the property - "-ms-flex: 1;". There should be another property: -webkit-flex: 1; But When I keyed "-webkit-flex: 1;", it tiped me: "-webkit-flex: 1;" is not a valid vendor specific property.

for some css information webs say it's right https://developer.mozilla.org/en-US/docs/Web/CSS/flex

madskristensen commented 9 years ago

This is actually a bug with the CSS schemas in VS and not in Web Essentials. I'll keep this bug open so I can track the fix in VS.

MarkSky commented 9 years ago

Thank you for your reply. Excuse me, where I can suggest this question to let Microsoft know?

madskristensen commented 9 years ago

Here is fine. Fix coming this week

MarkSky commented 9 years ago

OK. Thank you for your help.

madskristensen commented 9 years ago

This has now been fixed. Web Essentials 2015 should automatically pull down the changes within the next couple of days. You can force this by deleting the files here: C:\Users\[USERNAME]\AppData\Roaming\Microsoft\VisualStudio\14.0\schemas\css and then restart VS.