if IDE by default adding ;
at end. should i remove?
selector {property:value;property:value;property:value;property:value;}
I read on an article semicolon not required at end.
if IDE by default adding ;
at end. should i remove?
selector {property:value;property:value;property:value;property:value;}
I read on an article semicolon not required at end.
well.. as you said, its not required, but no one said, it can not be there... ide just adds it, so when you want to add another property, you don't have to add semicolon
true, it is not required but i like to leave it in case I want to add any more attributes later. the page weight that it reduces by removing these is negligible.
Not required by specification, but, strangely enough, the YUI compressor always adds these semicolons to my css files :/ I had to write additional script for deleting them each time.