Why when I have this option enabled, it's hinting at unprefixed properties still? Example, animation or transition is getting hinted. Is this the intended behavior if Autoprefixer is enabled?
Also, I think the schema is outdated still. For transition, unprefixed is supported quite a few versions back for all major browsers. - http://caniuse.com/#feat=css-transitions
Why is it hinting at these then? How can we help update the schema?
Why when I have this option enabled, it's hinting at unprefixed properties still? Example,
animation
ortransition
is getting hinted. Is this the intended behavior if Autoprefixer is enabled?Also, I think the schema is outdated still. For
transition
, unprefixed is supported quite a few versions back for all major browsers. - http://caniuse.com/#feat=css-transitionsWhy is it hinting at these then? How can we help update the schema?
Thanks!