<?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: Sass-y Dynamic CSS</title>
	<atom:link href="http://ajaxian.com/archives/sass-y-dynamic-css/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/sass-y-dynamic-css</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: deadlyicon</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-273803</link>
		<dc:creator>deadlyicon</dc:creator>
		<pubDate>Tue, 09 Jun 2009 00:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-273803</guid>
		<description>SASSY! http://www.youtube.com/watch?v=ZUihru5iO3Q</description>
		<content:encoded><![CDATA[<p>SASSY! <a href="http://www.youtube.com/watch?v=ZUihru5iO3Q" rel="nofollow">http://www.youtube.com/watch?v=ZUihru5iO3Q</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hampton</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-257471</link>
		<dc:creator>Hampton</dc:creator>
		<pubDate>Sat, 20 Oct 2007 18:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-257471</guid>
		<description>@Gavin: In my world... 2 spaces is the ONLY acceptable answer to indentation. Tabs throw an error if they exist at all. Odd numbers of spaces throw an error.</description>
		<content:encoded><![CDATA[<p>@Gavin: In my world&#8230; 2 spaces is the ONLY acceptable answer to indentation. Tabs throw an error if they exist at all. Odd numbers of spaces throw an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Cooijmans</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256376</link>
		<dc:creator>Tim Cooijmans</dc:creator>
		<pubDate>Tue, 02 Oct 2007 09:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256376</guid>
		<description>@Jerome: The danger is, of course, in mixing tabs and spaces: you can&#039;t normally see the difference.  If one tab counts as one level of indentation, as what does one space count?  If eight spaces count as one level of indentation, what if I have set my editor&#039;s tab width to 4?  If a line begins with two or three spaces followed by a tab, does it count as one level of indentation?

I feel like I&#039;m stating the obvious, and these problems have probably been more or less solved for Python, but I&#039;m not very comfortable with such syntax.  Love the way it looks, though.</description>
		<content:encoded><![CDATA[<p>@Jerome: The danger is, of course, in mixing tabs and spaces: you can&#8217;t normally see the difference.  If one tab counts as one level of indentation, as what does one space count?  If eight spaces count as one level of indentation, what if I have set my editor&#8217;s tab width to 4?  If a line begins with two or three spaces followed by a tab, does it count as one level of indentation?</p>
<p>I feel like I&#8217;m stating the obvious, and these problems have probably been more or less solved for Python, but I&#8217;m not very comfortable with such syntax.  Love the way it looks, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256339</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Tue, 02 Oct 2007 02:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256339</guid>
		<description>Neat, I really like the way the CSS syntax is constructed.

On the topic, I just recently came across another solution for dynamic CSS that is simple to create and easy to use. It uses embedded Ruby in a .rcss file.

http://blog.hasmanythrough.com/2006/03/23/dirt-simple-rcss-templates</description>
		<content:encoded><![CDATA[<p>Neat, I really like the way the CSS syntax is constructed.</p>
<p>On the topic, I just recently came across another solution for dynamic CSS that is simple to create and easy to use. It uses embedded Ruby in a .rcss file.</p>
<p><a href="http://blog.hasmanythrough.com/2006/03/23/dirt-simple-rcss-templates" rel="nofollow">http://blog.hasmanythrough.com/2006/03/23/dirt-simple-rcss-templates</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256331</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Mon, 01 Oct 2007 19:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256331</guid>
		<description>@Nik: Thanks for the reply. No question that visual clues, like indenting, can help understanding of code immensely, so I guess why not take it one step further and parse indents to determine logical structure...

I think the idea of CSS variables and nesting is a great, not to say an essential addition, and I&#039;m sure if I could just take off my comfortable XHTML wellingtons for a while I&#039;d realise that the water&#039;s lovely :)</description>
		<content:encoded><![CDATA[<p>@Nik: Thanks for the reply. No question that visual clues, like indenting, can help understanding of code immensely, so I guess why not take it one step further and parse indents to determine logical structure&#8230;</p>
<p>I think the idea of CSS variables and nesting is a great, not to say an essential addition, and I&#8217;m sure if I could just take off my comfortable XHTML wellingtons for a while I&#8217;d realise that the water&#8217;s lovely :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Chankov</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256326</link>
		<dc:creator>Nik Chankov</dc:creator>
		<pubDate>Mon, 01 Oct 2007 18:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256326</guid>
		<description>@Nik: I agree - I mixed the technologies ;) I agree vars are quite good idea.</description>
		<content:encoded><![CDATA[<p>@Nik: I agree &#8211; I mixed the technologies ;) I agree vars are quite good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256325</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Mon, 01 Oct 2007 18:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256325</guid>
		<description>thanks Andrew - it&#039;s a small script. I&#039;ll post the entire script into the blog post itself</description>
		<content:encoded><![CDATA[<p>thanks Andrew &#8211; it&#8217;s a small script. I&#8217;ll post the entire script into the blog post itself</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Collins</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256308</link>
		<dc:creator>Andrew Collins</dc:creator>
		<pubDate>Mon, 01 Oct 2007 16:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256308</guid>
		<description>@Kae Verens: The txt-version of your PHP script just runs the PHP script. I&#039;d like to try out your code, but when I posted a comment to your blog it rejected the comment. :(</description>
		<content:encoded><![CDATA[<p>@Kae Verens: The txt-version of your PHP script just runs the PHP script. I&#8217;d like to try out your code, but when I posted a comment to your blog it rejected the comment. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256305</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Mon, 01 Oct 2007 16:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256305</guid>
		<description>Nice trick! Based on that, I whipped up an example of how to do it with PHP on-the-fly. http://verens.com/archives/2007/10/01/variables-in-css/</description>
		<content:encoded><![CDATA[<p>Nice trick! Based on that, I whipped up an example of how to do it with PHP on-the-fly. <a href="http://verens.com/archives/2007/10/01/variables-in-css/" rel="nofollow">http://verens.com/archives/2007/10/01/variables-in-css/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Kant</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256304</link>
		<dc:creator>Andy Kant</dc:creator>
		<pubDate>Mon, 01 Oct 2007 16:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256304</guid>
		<description>Looks like a nice technology for Ruby users. I don&#039;t really understand the removal of the ;{} symbols since it is almost the exact same code, I&#039;d hope that it supports standard CSS syntax as well (which it might, I didn&#039;t look too closely).</description>
		<content:encoded><![CDATA[<p>Looks like a nice technology for Ruby users. I don&#8217;t really understand the removal of the ;{} symbols since it is almost the exact same code, I&#8217;d hope that it supports standard CSS syntax as well (which it might, I didn&#8217;t look too closely).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256296</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Mon, 01 Oct 2007 15:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256296</guid>
		<description>@Jermone No flames here. I don&#039;t think whitespace is nearly as bad as people assume. I wrote Haml and Sass (both whitespace significant) and I hadn&#039;t ever used a language like that before (no python)... mostly Java and PHP and Ruby. I find that once people stop being reactionary about whitespace and allow their brains to parse the information... it becomes rather simple to read. Its all about letting go though and being open to new things and new ways of thinking.

@Nik: First off, you DEFINITELY don&#039;t need any Javascript. Sass is compiled into a regular CSS *file* on the server during application booting. The client sees no difference in the CSS. Secondly, I don&#039;t believe Sass is a completely new syntax for CSS. It is based on CSS... just with built-in scoping, less required characters (;{}), and a movement of the : (even though you can put the : where you are used to... &quot;width: 70px&quot; works), and constants. Sass is built on CSS both in browser terms and in generation and implementation.</description>
		<content:encoded><![CDATA[<p>@Jermone No flames here. I don&#8217;t think whitespace is nearly as bad as people assume. I wrote Haml and Sass (both whitespace significant) and I hadn&#8217;t ever used a language like that before (no python)&#8230; mostly Java and PHP and Ruby. I find that once people stop being reactionary about whitespace and allow their brains to parse the information&#8230; it becomes rather simple to read. Its all about letting go though and being open to new things and new ways of thinking.</p>
<p>@Nik: First off, you DEFINITELY don&#8217;t need any Javascript. Sass is compiled into a regular CSS *file* on the server during application booting. The client sees no difference in the CSS. Secondly, I don&#8217;t believe Sass is a completely new syntax for CSS. It is based on CSS&#8230; just with built-in scoping, less required characters (;{}), and a movement of the : (even though you can put the : where you are used to&#8230; &#8220;width: 70px&#8221; works), and constants. Sass is built on CSS both in browser terms and in generation and implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Chankov</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256281</link>
		<dc:creator>Nik Chankov</dc:creator>
		<pubDate>Mon, 01 Oct 2007 12:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256281</guid>
		<description>variables in CSS is quite good thing, but using this library you need to learn new syntax and probably most of the editors doesn&#039;t suport it.

in top of that you have to use another JS lib. It&#039;s the same as ORM - why you shuld learn complete new syntax when there is SQL which is quite descriptive.</description>
		<content:encoded><![CDATA[<p>variables in CSS is quite good thing, but using this library you need to learn new syntax and probably most of the editors doesn&#8217;t suport it.</p>
<p>in top of that you have to use another JS lib. It&#8217;s the same as ORM &#8211; why you shuld learn complete new syntax when there is SQL which is quite descriptive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michele</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256280</link>
		<dc:creator>michele</dc:creator>
		<pubDate>Mon, 01 Oct 2007 12:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256280</guid>
		<description>If you need something quite similar but python based go check out CleverCSS:

http://sandbox.pocoo.org/clevercss/</description>
		<content:encoded><![CDATA[<p>If you need something quite similar but python based go check out CleverCSS:</p>
<p><a href="http://sandbox.pocoo.org/clevercss/" rel="nofollow">http://sandbox.pocoo.org/clevercss/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256277</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Mon, 01 Oct 2007 11:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256277</guid>
		<description>OK, so I&#039;m a bit of an MOR programmer who hasn&#039;t yet experienced the delights of Ruby, but doesn&#039;t Haml and it&#039;s offspring just look nasty with its significant symbols and meaningful whitespace?

!blindfold= put_on
!wait#for= flames</description>
		<content:encoded><![CDATA[<p>OK, so I&#8217;m a bit of an MOR programmer who hasn&#8217;t yet experienced the delights of Ruby, but doesn&#8217;t Haml and it&#8217;s offspring just look nasty with its significant symbols and meaningful whitespace?</p>
<p>!blindfold= put_on<br />
!wait#for= flames</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Gleeson</title>
		<link>http://ajaxian.com/archives/sass-y-dynamic-css/comment-page-1#comment-256273</link>
		<dc:creator>Jack Gleeson</dc:creator>
		<pubDate>Mon, 01 Oct 2007 10:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2835#comment-256273</guid>
		<description>This looks really cool</description>
		<content:encoded><![CDATA[<p>This looks really cool</p>
]]></content:encoded>
	</item>
</channel>
</rss>

