<?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 for tactile</title>
	<atom:link href="http://tactile.co.za/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tactile.co.za/blog</link>
	<description>- thoughts on CSS, UIs and UX.</description>
	<lastBuildDate>Thu, 13 Jan 2011 09:54:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Freed from IE6! by Rory Beling</title>
		<link>http://tactile.co.za/blog/2011/freed-from-ie6/comment-page-1/#comment-120</link>
		<dc:creator>Rory Beling</dc:creator>
		<pubDate>Thu, 13 Jan 2011 09:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://tactile.co.za/blog/?p=128#comment-120</guid>
		<description>I cannot agree more, in fact we should burn at the stake whoever mentions that cursed browser ever again !</description>
		<content:encoded><![CDATA[<p>I cannot agree more, in fact we should burn at the stake whoever mentions that cursed browser ever again !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LESSCSS by Shaun</title>
		<link>http://tactile.co.za/blog/2010/lesscss/comment-page-1/#comment-8</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Fri, 12 Mar 2010 11:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://tactile.co.za/blog/?p=7#comment-8</guid>
		<description>Yeah - be sure to save and compile your mixins file BEFORE saving and compiling the file that imports your mixins.</description>
		<content:encoded><![CDATA[<p>Yeah &#8211; be sure to save and compile your mixins file BEFORE saving and compiling the file that imports your mixins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LESSCSS by Reinmar</title>
		<link>http://tactile.co.za/blog/2010/lesscss/comment-page-1/#comment-7</link>
		<dc:creator>Reinmar</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://tactile.co.za/blog/?p=7#comment-7</guid>
		<description>Hym... So it looks like the import mixins statement should be in file where this mixins are used. When you compile one file which imports mixins and then imports file which make use of them it won&#039;t work.</description>
		<content:encoded><![CDATA[<p>Hym&#8230; So it looks like the import mixins statement should be in file where this mixins are used. When you compile one file which imports mixins and then imports file which make use of them it won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LESSCSS by Shaun</title>
		<link>http://tactile.co.za/blog/2010/lesscss/comment-page-1/#comment-6</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://tactile.co.za/blog/?p=7#comment-6</guid>
		<description>@Reinmar: I stored my mixins in a file called common.less.  Then in my main stylesheet (screen.less) my first line looks like this:
[code language=&quot;css&quot;]
@import &quot;common&quot;;
[/code]
When I save it, Less.app compiles both stylesheets into one stylesheet called &#039;screen.css&#039;.  Take note, both files have to be in the same directory.</description>
		<content:encoded><![CDATA[<p>@Reinmar: I stored my mixins in a file called common.less.  Then in my main stylesheet (screen.less) my first line looks like this:</p>
<pre class="brush: css; title: ; notranslate">
@import &quot;common&quot;;
</pre>
<p>When I save it, Less.app compiles both stylesheets into one stylesheet called &#8216;screen.css&#8217;.  Take note, both files have to be in the same directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LESSCSS by Reinmar</title>
		<link>http://tactile.co.za/blog/2010/lesscss/comment-page-1/#comment-5</link>
		<dc:creator>Reinmar</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://tactile.co.za/blog/?p=7#comment-5</guid>
		<description>I had file structure like this:
main.less - which imports generics.less layout.less
generics.css - where I have some of my mixins
layout.css - where I use that mixins.

I compile it and have:
piotrus@dellus:/www/sth/trunk/web/css$ lessc main.less 
! Mixin Name Error: .bar_header in .header is undefined.

You wrote that You store mixins in separate file. How did you do that?</description>
		<content:encoded><![CDATA[<p>I had file structure like this:<br />
main.less &#8211; which imports generics.less layout.less<br />
generics.css &#8211; where I have some of my mixins<br />
layout.css &#8211; where I use that mixins.</p>
<p>I compile it and have:<br />
piotrus@dellus:/www/sth/trunk/web/css$ lessc main.less<br />
! Mixin Name Error: .bar_header in .header is undefined.</p>
<p>You wrote that You store mixins in separate file. How did you do that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

