How much time/space does removing unused CSS selectors save? Is there a way for me to measure that on different web browsers?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only real impact will come from the css file size being slightly larger, resulting in longer download and parse times.
But for the most part, there are a few million other things with much bigger impact.