<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS preprocessor</title>
	<atom:link href="http://eikke.com/css-preprocessor/feed/" rel="self" type="application/rss+xml" />
	<link>http://eikke.com/css-preprocessor/</link>
	<description>&#039;cause this is what I do</description>
	<lastBuildDate>Tue, 29 Nov 2011 11:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: sjsqmgg</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-50293</link>
		<dc:creator>sjsqmgg</dc:creator>
		<pubDate>Sat, 14 May 2011 16:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-50293</guid>
		<description>b7RaHR  &lt;a href=&quot;http://sxnnbrlharph.com/&quot; rel=&quot;nofollow&quot;&gt;sxnnbrlharph&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>b7RaHR  <a href="http://sxnnbrlharph.com/" rel="nofollow">sxnnbrlharph</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-49740</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Thu, 12 May 2011 11:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-49740</guid>
		<description>Fell out of bed feeling down. This has brgitehned my day!</description>
		<content:encoded><![CDATA[<p>Fell out of bed feeling down. This has brgitehned my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zalun</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-20927</link>
		<dc:creator>zalun</dc:creator>
		<pubDate>Thu, 30 Apr 2009 08:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-20927</guid>
		<description>This should solve your problem
http://www.djangosnippets.org/snippets/432/</description>
		<content:encoded><![CDATA[<p>This should solve your problem<br />
<a href="http://www.djangosnippets.org/snippets/432/" rel="nofollow">http://www.djangosnippets.org/snippets/432/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-6239</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Sun, 15 Jun 2008 21:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-6239</guid>
		<description>Please check out &lt;a href=&quot;http://wiki.framwurk.org/pmwiki.php/Main/CSSPP&quot; title=&quot;CSSPP&quot; rel=&quot;nofollow&quot;&gt;CSSPP&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Please check out <a href="http://wiki.framwurk.org/pmwiki.php/Main/CSSPP" title="CSSPP" rel="nofollow">CSSPP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-4187</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 24 May 2008 19:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-4187</guid>
		<description>Try p4, the Perl based macro processor.
http://klicman.org/p4/</description>
		<content:encoded><![CDATA[<p>Try p4, the Perl based macro processor.<br />
<a href="http://klicman.org/p4/" rel="nofollow">http://klicman.org/p4/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-22</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Wed, 26 Dec 2007 10:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-22</guid>
		<description>Stefan: Because my scripting framework/language (Django/Python) doesn&#039;t allow in-template calculations etc. I&#039;d just like some offline functionality.

The main issue, being able to refer to other element properties, is still not solved.</description>
		<content:encoded><![CDATA[<p>Stefan: Because my scripting framework/language (Django/Python) doesn&#8217;t allow in-template calculations etc. I&#8217;d just like some offline functionality.</p>
<p>The main issue, being able to refer to other element properties, is still not solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Georg</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-16</link>
		<dc:creator>Stefan Georg</dc:creator>
		<pubDate>Tue, 25 Dec 2007 20:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-16</guid>
		<description>why not just include style.php as your CSS file where you define $COLOR1 = &quot;BLACK&quot;; then where you need it
font-color:= or use whatever scripting language your server supports?</description>
		<content:encoded><![CDATA[<p>why not just include style.php as your CSS file where you define $COLOR1 = &#8220;BLACK&#8221;; then where you need it<br />
font-color:= or use whatever scripting language your server supports?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew W. S. Bell</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-15</link>
		<dc:creator>Matthew W. S. Bell</dc:creator>
		<pubDate>Mon, 24 Dec 2007 03:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-15</guid>
		<description>If you&#039;re using the same font colour in more than one class of things, you should split that properties section out and use multiple selectors:

.foo, #bar .baz, .bar:hover {
color: #defaced;
}

.foo {
height: 100%;
}

.baz {
height: 500em;
}

Obviously, this isn&#039;t the only use case for a preprocessor.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using the same font colour in more than one class of things, you should split that properties section out and use multiple selectors:</p>
<p>.foo, #bar .baz, .bar:hover {<br />
color: #defaced;<br />
}</p>
<p>.foo {<br />
height: 100%;<br />
}</p>
<p>.baz {<br />
height: 500em;<br />
}</p>
<p>Obviously, this isn&#8217;t the only use case for a preprocessor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-14</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 23 Dec 2007 23:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-14</guid>
		<description>I know that&#039;s possible. This still doesn&#039;t allow calculations inside your CSS files though, and could introduce a huge amount of (unnecessary) classes. Even in relatively small stylesheets/sites it can become hard to know which stylesheet is used by which elements in the site.</description>
		<content:encoded><![CDATA[<p>I know that&#8217;s possible. This still doesn&#8217;t allow calculations inside your CSS files though, and could introduce a huge amount of (unnecessary) classes. Even in relatively small stylesheets/sites it can become hard to know which stylesheet is used by which elements in the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel</title>
		<link>http://eikke.com/css-preprocessor/comment-page-1/#comment-13</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Sun, 23 Dec 2007 23:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://eikke.com/2007/12/23/css-preprocessor/#comment-13</guid>
		<description>xml elements can have several css classes, so you can create template css classes holding only one variable. no preprocessor needed for that.</description>
		<content:encoded><![CDATA[<p>xml elements can have several css classes, so you can create template css classes holding only one variable. no preprocessor needed for that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

