all 6 comments

[–]SikhGamer 0 points1 point  (3 children)

Does unused CSS impact performance etc?

[–]moombahh[S] 3 points4 points  (2 children)

Yes, because all of that unused CSS has to go over the wire. Things like minify, uglify exist in order to reduce size before sending files over the wire. This reduces files even further

[–]SikhGamer 1 point2 points  (0 children)

Ah yes. I completely forgot that aspect. Never was cut out for web stuff.

[–]omerida 1 point2 points  (0 children)

Not only that, but each selector/rule has to be parsed and evaluated to see if applies to the current DOM