<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How can I strip out extraneous CSS rules from my stylesheets?</title>
	<link>http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets/</link>
	<description>Comments on Ask MetaFilter post How can I strip out extraneous CSS rules from my stylesheets?</description>
	<pubDate>Sat, 28 Jul 2007 10:38:17 -0800</pubDate>
	<lastBuildDate>Sat, 28 Jul 2007 10:38:17 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How can I strip out extraneous CSS rules from my stylesheets?</title>
		<link>http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets</link>	
		<description>How can I strip out extraneous CSS rules from my stylesheets? &lt;br /&gt;&lt;br /&gt; I&apos;ve got an external css file that I&apos;ve modified quite extensively and it&apos;s also quite long. I would like to compare the rules in the css file with the div and class tags that I&apos;ve added in my html and then discard all the css rules that don&apos;t apply. So this isn&apos;t CSS optimizing like CSS Tidy . . .&lt;br&gt;
&lt;br&gt;
Is there anything either on or offline that will allow me to do this?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.68008</guid>
		<pubDate>Sat, 28 Jul 2007 09:54:49 -0800</pubDate>
		<dc:creator>jeremias</dc:creator>
		
			<category>css</category>
		
			<category>html</category>
		
			<category>xhtml</category>
		
			<category>stylesheets</category>
		
			<category>webdesign</category>
		
			<category>code</category>
		
			<category>software</category>
		
	</item> <item>
		<title>By: Rhomboid</title>
		<link>http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets#1018142</link>	
		<description>&lt;a href=&quot;http://infovore.org/archives/2007/07/06/the-css-redundancy-checker/&quot;&gt;CSS Redundancy Checker&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.68008-1018142</guid>
		<pubDate>Sat, 28 Jul 2007 10:38:17 -0800</pubDate>
		<dc:creator>Rhomboid</dc:creator>
	</item><item>
		<title>By: fishfucker</title>
		<link>http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets#1018153</link>	
		<description>great link rhomboid! &lt;br&gt;
&lt;br&gt;
i want to point out that a few posts later, he &lt;a href=&quot;http://infovore.org/archives/2007/07/11/css-redundancy-checker-jquery-edition/&quot;&gt;links a css redundancy checker&lt;/a&gt; that doesn&apos;t require a ruby interpreter, but instead, runs with greasemonkey in your browser</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.68008-1018153</guid>
		<pubDate>Sat, 28 Jul 2007 10:54:57 -0800</pubDate>
		<dc:creator>fishfucker</dc:creator>
	</item><item>
		<title>By: jeremias</title>
		<link>http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets#1018275</link>	
		<description>Perfecto!&lt;br&gt;
Thanks to both of you, I love it when a plan comes together . . .</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.68008-1018275</guid>
		<pubDate>Sat, 28 Jul 2007 13:03:04 -0800</pubDate>
		<dc:creator>jeremias</dc:creator>
	</item><item>
		<title>By: Wasabunchi</title>
		<link>http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets#1018287</link>	
		<description>While this may not do exactly what you&apos;re asking, the &lt;a href=&quot;http://isnoop.net/tools/css.php&quot;  _blank&gt;CSS Superdouche&lt;/a&gt; is a pretty handy little CSS optimizer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.68008-1018287</guid>
		<pubDate>Sat, 28 Jul 2007 13:24:14 -0800</pubDate>
		<dc:creator>Wasabunchi</dc:creator>
	</item><item>
		<title>By: tmcw</title>
		<link>http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets#1018313</link>	
		<description>Wohoo, &lt;a href=&quot;http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets#1018153&quot;&gt;I made that one.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.68008-1018313</guid>
		<pubDate>Sat, 28 Jul 2007 13:56:37 -0800</pubDate>
		<dc:creator>tmcw</dc:creator>
	</item><item>
		<title>By: jeremias</title>
		<link>http://ask.metafilter.com/68008/How-can-I-strip-out-extraneous-CSS-rules-from-my-stylesheets#1027232</link>	
		<description>To answer my question, I also found this extension recently, it looks pretty well documented, &lt;a href=&quot;http://www.sitepoint.com/dustmeselectors/&quot;&gt;Dust-Me selectors.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.68008-1027232</guid>
		<pubDate>Mon, 06 Aug 2007 19:16:00 -0800</pubDate>
		<dc:creator>jeremias</dc:creator>
	</item>
	</channel>
</rss>
