Our item got soft rejected and reviewer gave this issue: Please avoid generic CSS rules and names in your CSS But we don’t understand what exactly it’s mean. Anyone could explain me what should we do?
Thanks in advance.
Our item got soft rejected and reviewer gave this issue: Please avoid generic CSS rules and names in your CSS But we don’t understand what exactly it’s mean. Anyone could explain me what should we do?
Thanks in advance.
Sorry to hear about that, but, could you please provide a link to a demo so we can see the code. It’s hard to tell you what that message means without actually seeing your code.
Generic means a name that can be used by other css files. For example if you have a css class .image, this can be used by someone else in their css file and can cause issues. What you can do is to prefix your classes and id’s, instead of .image use fwdImage, in this case fwd are from my website domain name. This should fix the issue.
Regards. Tibi - FWD.
Thank you for your feedback. I’ll make them unique and re-submit.