<?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: Haml + Sass</title>
	<atom:link href="http://blog.dahlia.pe.kr/articles/2008/10/03/haml-with-sass/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.dahlia.pe.kr/articles/2008/10/03/haml-with-sass</link>
	<description>Programming, Writing, Reading, Thoughts…</description>
	<lastBuildDate>Wed, 09 Dec 2009 09:52:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: 이흥섭</title>
		<link>http://blog.dahlia.pe.kr/articles/2008/10/03/haml-with-sass/comment-page-1#comment-8746</link>
		<dc:creator>이흥섭</dc:creator>
		<pubDate>Wed, 08 Oct 2008 05:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dahlia.pe.kr/?p=220#comment-8746</guid>
		<description>&lt;p&gt;아래 CSS 룰은 IE6에서 적용되지만&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;* html div { color: red; }
&lt;/code&gt;&lt;/pre&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;셀렉터가 포함된 아래 룰은 적용되지 않는다는 얘기였는데 의도가 분명히 드러나지 않았네요.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;html div, *+html div { color: red; }&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>아래 CSS 룰은 IE6에서 적용되지만</p>

<pre><code>* html div { color: red; }
</code></pre>

<ul>
<li><p>셀렉터가 포함된 아래 룰은 적용되지 않는다는 얘기였는데 의도가 분명히 드러나지 않았네요.</p>

<ul>
<li>html div, *+html div { color: red; }</li>
</ul></li>
</ul>]]></content:encoded>
	</item>
	<item>
		<title>By: 홍민희</title>
		<link>http://blog.dahlia.pe.kr/articles/2008/10/03/haml-with-sass/comment-page-1#comment-8745</link>
		<dc:creator>홍민희</dc:creator>
		<pubDate>Wed, 08 Oct 2008 01:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dahlia.pe.kr/?p=220#comment-8745</guid>
		<description>&lt;p&gt;이흥섭 군 코드를 제대로 읽으세요. 컴마 있음.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>이흥섭 군 코드를 제대로 읽으세요. 컴마 있음.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 이흥섭</title>
		<link>http://blog.dahlia.pe.kr/articles/2008/10/03/haml-with-sass/comment-page-1#comment-8743</link>
		<dc:creator>이흥섭</dc:creator>
		<pubDate>Tue, 07 Oct 2008 17:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dahlia.pe.kr/?p=220#comment-8743</guid>
		<description>&lt;p&gt;IE6에선 &lt;code&gt;*+html&lt;/code&gt;가 포함된 룰은 무시해버려서 아래와 같이 써야만 의도한 대로 작동할 것 같습니다.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;#very.long
  select.or, select.or2
    .a, .b, .c
      :font-weight bolder
      * html &amp;
        :font-weight normal
      *+html &amp;
        :font-weight normal
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>IE6에선 <code>*+html</code>가 포함된 룰은 무시해버려서 아래와 같이 써야만 의도한 대로 작동할 것 같습니다.</p>

<pre><code>#very.long
  select.or, select.or2
    .a, .b, .c
      :font-weight bolder
      * html &amp;
        :font-weight normal
      *+html &amp;
        :font-weight normal
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: daybreaker</title>
		<link>http://blog.dahlia.pe.kr/articles/2008/10/03/haml-with-sass/comment-page-1#comment-8742</link>
		<dc:creator>daybreaker</dc:creator>
		<pubDate>Sun, 05 Oct 2008 14:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dahlia.pe.kr/?p=220#comment-8742</guid>
		<description>&lt;p&gt;아, 정말이지 CSS 셀렉터에서 저 중복되는 부분은 문법이 제발 개선되었으면 좋겠어요.ㅠㅠ&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>아, 정말이지 CSS 셀렉터에서 저 중복되는 부분은 문법이 제발 개선되었으면 좋겠어요.ㅠㅠ</p>]]></content:encoded>
	</item>
</channel>
</rss>
