How to ignore css warnings
Hi,
Is it possible to configure to ignore some css warnings? curretnly we get many warnings in our project. some warnings are not problem at all.
for example, we are using angularjs, but we get many wanrings such as :
- Attribute ng-click is not allowed here
- Attribute ng-controller is not allowed here
we get some other warnings , e.g. :
- Unknown CSS property -moz-user-select
- Unknown CSS property -webkit-touch-callout
I guess we cannot do to much than ignoring. So i would like to know is it possible?
Thanks
Zhenbo
Please sign in to leave a comment.
Hi there,
Please check these inspections at Settings | Inspections | CSS :
Regarding ng-click, ng-controller -- cannot really help here as I'm not familiar with AngularJS, but have a look at these links (especially first few)
Thanks !