Why do Website Checkers Give CSS !important a Negative Score?
When building a performance driven website that is quick to render, it is often recommended to remove any CSS !important
.
However, I've read that it doesn't affect performance - See is-important-bad-for-performance.
Based on that, if correct, there must be another reason for !important
receiving negative scores, but what could it be, or do website checkers use outdated algorithms?
Note: This is not an SEO question. It is a website performance question.