Inspect flagging -webkit-column-span: all;

The code inspection flags the following as invalid even though the CSS# documentation uses it in an example. Is there a way to fix it?

-webkit-column-span: all; 
0

You can try Alt+Enter > <inspection name> > right arrow > Disable for statement.

But it's better to go to http://youtrack.jetbrains.com/issues/WEB#newissue=yes and submit this to get fixed.

0

请先登录再写评论。