<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kickass Labs &#187; Sass</title>
	<atom:link href="http://www.kickasslabs.com/tag/sass/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kickasslabs.com</link>
	<description>We &#9829; code.</description>
	<lastBuildDate>Wed, 28 Dec 2011 16:57:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Quick Hits: Sass demands syntax perfection!</title>
		<link>http://www.kickasslabs.com/2010/01/25/quick-hits-sass-demands-syntax-perfection/</link>
		<comments>http://www.kickasslabs.com/2010/01/25/quick-hits-sass-demands-syntax-perfection/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:01:58 +0000</pubDate>
		<dc:creator>abel</dc:creator>
				<category><![CDATA[Quick Hits]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Sass]]></category>

		<guid isPermaLink="false">http://www.kickasslabs.com/?p=388</guid>
		<description><![CDATA[Just a quick note about sass.  Let&#8217;s say you had the following in /public/stylesheets/sass/foo.sass: body line-height:1.2em h1 color:red This would render a blank document for /public/stylesheets/foo.css.  You won&#8217;t get an error about it, you&#8217;ll just get a blank document.  Here&#8217;s &#8230; <a href="http://www.kickasslabs.com/2010/01/25/quick-hits-sass-demands-syntax-perfection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just a quick note about sass.  Let&#8217;s say you had the following in <strong>/public/stylesheets/sass/foo.sass</strong>:</p>
<pre>body
  line-height:1.2em

h1
  color:red</pre>
<p>This would render a <span style="text-decoration: underline;">blank</span> document for <strong>/public/stylesheets/</strong><strong>foo.css</strong>.  You won&#8217;t get an error about it, you&#8217;ll just get a blank document.  Here&#8217;s the thing, when you&#8217;re declaring a CSS property, you MUST put a space after the colon.  Failing to do so will just wind up in parsing errors on the sass side.</p>
<p>I hope I&#8217;ve saved you some head scratching. <img src='http://www.kickasslabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.kickasslabs.com%2F2010%2F01%2F25%2Fquick-hits-sass-demands-syntax-perfection%2F&amp;title=Quick%20Hits%3A%20Sass%20demands%20syntax%20perfection%21" id="wpa2a_2"><img src="http://www.kickasslabs.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kickasslabs.com/2010/01/25/quick-hits-sass-demands-syntax-perfection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

