@passmarked/css
Version:
Rules related to checking the compatability of the CSS on the page ensuring the stylesheet works on older browsers too
8 lines (5 loc) • 350 B
Markdown
You have used a property that is not in the CSS specification. Happens to the best of us.
Chances are this is simply pointing out a typo or spelling error.
Any properties starting with '`-`' will be OK as they are considered vendor specific.
# How to Fix
Use valid CSS or fix your typo. So if you've got `.box{heigth: 10px}` just fix it up.