- This topic is empty.
-
AuthorPosts
-
April 4, 2008 at 5:17 pm #22534
Michael
MemberHi all,
sometimes I add a lot of classes to my css files and then end up not using all of them. I then manually go throug the lines and look for classes that I remember not using.
I was just thinking, is there a tool where I can just enter my website adress and the css file and it checks which classes are used and which are not? A quick google search only brought up a loot of tools that help formatting the code, what is not my problem.
April 4, 2008 at 5:54 pm #46786Towers
MemberI used to know of a website that did this, but looking back through some things, all I can find are things that automatically tab it for aesthetics or remove line breaks, etc.
April 4, 2008 at 7:00 pm #46788Chris Coyier
KeymasterI’m straining my brain trying to think of a site that did this too, but I just can’t seem to remember!
There might be a "manual" solution. For any class that you think you don’t need any more, go in and add something like "border: 10px solid red;". Then go refresh your page. I think you’ll see if you are using it or not ;) . Make sure you check all pages that the CSS files is applied to. If nothing has a giant red border, delete that class and move on to the next.
April 7, 2008 at 3:00 pm #46870Michael
Memberthanks to you guys… Well if someone finds a solution for this, please let me know! Chris’ solution could be a bit stressful on a 1000-line css file. (which seems wrong in the first place but still exists…)
Maybe I have time one day to code a tool like that myself. Maybe! :D
(Btw: I didn’t get a mail for your replies, maybe it got caught by my gmail spam filter? I ticked the box "notify me when a reply posted…)
April 7, 2008 at 4:01 pm #46840dag
Member"Michael" wrote:…formatting the code, what is not my problem…Hi Michael, I may not have understood your problem, but I believe that code beautifier could be useful.
PS: Sorry if I do not write good, but I am Italian and I do not write well in English
April 7, 2008 at 6:24 pm #46841Michael
Member"dag" wrote:"Michael" wrote:…formatting the code, what is not my problem…Hi Michael, I may not have understood your problem, but I believe that code beautifier could be useful.
PS: Sorry if I do not write good, but I am Italian and I do not write well in English
Hi Dag and Greetings to Italy. I am actually from Germany, so aaalmost a neighbour ;-)
Thanks for the link but that is not really what I am looking for. Something like that but with the possibility to give the tool a web page and then have it checked for which css classes are never referenced. (Kind of like a garbage collector for css)
April 9, 2008 at 4:26 pm #46897xjosie729
MemberI remember using a firefox add-on that searched for unused CSS classes, but since I rarely used it, I removed it and now I don’t remember the name.
April 11, 2008 at 6:22 pm #46926Michael
Member"Edwin" wrote:Just one try at Google: brought me to: http://www.sitepoint.com/dustmeselectors/Awesome! thanks a lot, I will check that one out, but it sounds like the one thing I was looking for. Thanks!
October 5, 2009 at 9:26 pm #65027odoturgeon
MemberThank you for helping guys… This is something for a newbie in CSS like me… looking forward to new tips and tricks from you. Thanks Guys! :D
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.