<?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: Taking LESS.js for a spin, and how does it compare to Sass 3</title>
	<atom:link href="http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/</link>
	<description>jc-designs blog</description>
	<lastBuildDate>Wed, 25 Jan 2012 15:32:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: jcDesigns</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-16270</link>
		<dc:creator>jcDesigns</dc:creator>
		<pubDate>Wed, 25 Jan 2012 15:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-16270</guid>
		<description>Nice link, thanks Nick!</description>
		<content:encoded><![CDATA[<p>Nice link, thanks Nick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-16246</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Tue, 24 Jan 2012 21:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-16246</guid>
		<description>There is a LESS compiler app for mac (http://incident57.com/less/). I think windows people are out of luck. 

Working with the live js method in dev is an amazing time-saver, but being able to compile it for production is a must, I agree.</description>
		<content:encoded><![CDATA[<p>There is a LESS compiler app for mac (<a href="http://incident57.com/less/" rel="nofollow">http://incident57.com/less/</a>). I think windows people are out of luck. </p>
<p>Working with the live js method in dev is an amazing time-saver, but being able to compile it for production is a must, I agree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Gasper</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-9138</link>
		<dc:creator>Felipe Gasper</dc:creator>
		<pubDate>Tue, 14 Jun 2011 21:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-9138</guid>
		<description>Just run less.js with node…that’ll compile to native CSS for you on the server. If you want, then pipe that through a CSS minifier.</description>
		<content:encoded><![CDATA[<p>Just run less.js with node…that’ll compile to native CSS for you on the server. If you want, then pipe that through a CSS minifier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcDesigns</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-5147</link>
		<dc:creator>jcDesigns</dc:creator>
		<pubDate>Thu, 09 Dec 2010 16:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-5147</guid>
		<description>While I prefer Sass over LESS, I am really glad to see that at least some people are using these. With Sass, my development time has been cut drastically. I now find writing straight CSS extremely tedious. Glad that it works with jQuery as well. I assumed it would, but one never knows.

Have you used the HTML5 boilerplate? Cause it has everything you mentioned except PIE, which I add myself.

Have you tried Sass, or did you just go straight to LESS? And do you compile or leave it as is with the js in play?</description>
		<content:encoded><![CDATA[<p>While I prefer Sass over LESS, I am really glad to see that at least some people are using these. With Sass, my development time has been cut drastically. I now find writing straight CSS extremely tedious. Glad that it works with jQuery as well. I assumed it would, but one never knows.</p>
<p>Have you used the HTML5 boilerplate? Cause it has everything you mentioned except PIE, which I add myself.</p>
<p>Have you tried Sass, or did you just go straight to LESS? And do you compile or leave it as is with the js in play?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-5142</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 09 Dec 2010 11:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-5142</guid>
		<description>I&#039;ve been using LESS.js for 3 months along side JQuery without any hick ups and it&#039;s magical.

I have my own base template setup with fixes for IE like CSS3Pie, HTML5 shiv (for IE&#039;s), and IE PNG Fix because I have to support IE6 as well.

Let me tell you, with my setup above + LESS = 2 hour cut ups, maybe less, from a PSD mock. I couldn&#039;t touch that before when I first started 2 years ago. lol

&lt;3 LESS</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using LESS.js for 3 months along side JQuery without any hick ups and it&#8217;s magical.</p>
<p>I have my own base template setup with fixes for IE like CSS3Pie, HTML5 shiv (for IE&#8217;s), and IE PNG Fix because I have to support IE6 as well.</p>
<p>Let me tell you, with my setup above + LESS = 2 hour cut ups, maybe less, from a PSD mock. I couldn&#8217;t touch that before when I first started 2 years ago. lol</p>
<p>&lt;3 LESS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Sass(SCSS) On My Website Redesign &#124; jc-designs.net</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-3847</link>
		<dc:creator>Using Sass(SCSS) On My Website Redesign &#124; jc-designs.net</dc:creator>
		<pubDate>Thu, 14 Oct 2010 04:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-3847</guid>
		<description>[...] Taking LESS.js for a spin, and how does it compare to Sass 3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Taking LESS.js for a spin, and how does it compare to Sass 3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcDesigns</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-3137</link>
		<dc:creator>jcDesigns</dc:creator>
		<pubDate>Sun, 12 Sep 2010 13:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-3137</guid>
		<description>Thanks for the comment Tim. Very cool that it works with Ext. I will assume then that there are no problems with jQuery. I am surprised to actually find some who knows about Ext that is coming here. If not for work, I would not even have known that the library existed.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Tim. Very cool that it works with Ext. I will assume then that there are no problems with jQuery. I am surprised to actually find some who knows about Ext that is coming here. If not for work, I would not even have known that the library existed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-3128</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 12 Sep 2010 08:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-3128</guid>
		<description>I also have NO idea if LESS plays well with other javascript
    libraries such as jQuery or Ext (if ANYONE can answer that,
    I would HUGELY appreciate it).

I gave the latest version of less.js (1.0.35) a try with my complex ExtJS (3.2.1) app and it seemed to work fine, altho the &quot;less.watch()&quot; thing failed (will investigate why - might be something to with my use of Google App Engine as a server, altho it looks like it just sets up a time to refetch the .less file every second).

Personally I intend to use less.js in development, but will probably compile the less to css with the ruby command or similar before I deploy a production version (at the same stage that I minify my source etc) - this gives me ease of use during development, and fewer dependencies at runtime.</description>
		<content:encoded><![CDATA[<p>I also have NO idea if LESS plays well with other javascript<br />
    libraries such as jQuery or Ext (if ANYONE can answer that,<br />
    I would HUGELY appreciate it).</p>
<p>I gave the latest version of less.js (1.0.35) a try with my complex ExtJS (3.2.1) app and it seemed to work fine, altho the &#8220;less.watch()&#8221; thing failed (will investigate why &#8211; might be something to with my use of Google App Engine as a server, altho it looks like it just sets up a time to refetch the .less file every second).</p>
<p>Personally I intend to use less.js in development, but will probably compile the less to css with the ruby command or similar before I deploy a production version (at the same stage that I minify my source etc) &#8211; this gives me ease of use during development, and fewer dependencies at runtime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcDesigns</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-748</link>
		<dc:creator>jcDesigns</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-748</guid>
		<description>Thanks for the comments Kurt, and glad the post was some help. I wish I could say it only took me 45 minutes to get Compass working, but I am extremely stupid when it comes to command line stuff. Once I had it up and going though, it worked great.

I agree, I like the idea of compiling on the fly, but something about that really bothers me, which I mention in this article. This is one of the main reasons, besides liking the SCSS syntax better, why I am going to go with Sass 3.

You might also want to check out my review on Sass: http://jc-designs.net/blog/2010/06/test-driving-sass-3-a-second-look-at-sass/</description>
		<content:encoded><![CDATA[<p>Thanks for the comments Kurt, and glad the post was some help. I wish I could say it only took me 45 minutes to get Compass working, but I am extremely stupid when it comes to command line stuff. Once I had it up and going though, it worked great.</p>
<p>I agree, I like the idea of compiling on the fly, but something about that really bothers me, which I mention in this article. This is one of the main reasons, besides liking the SCSS syntax better, why I am going to go with Sass 3.</p>
<p>You might also want to check out my review on Sass: <a href="http://jc-designs.net/blog/2010/06/test-driving-sass-3-a-second-look-at-sass/" rel="nofollow">http://jc-designs.net/blog/2010/06/test-driving-sass-3-a-second-look-at-sass/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Milam</title>
		<link>http://jc-designs.net/blog/2010/07/taking-less-js-for-a-spin-and-how-does-it-compare-to-sass-3/comment-page-1/#comment-745</link>
		<dc:creator>Kurt Milam</dc:creator>
		<pubDate>Thu, 15 Jul 2010 09:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=384#comment-745</guid>
		<description>Thanks for the interesting article. I&#039;ve been wanting to integrate SASS or SCSS into my PHP projects for a while. I came across this article because I was looking for a javascript SASS/SCSS complier (and thinking about building one on my own, if it didn&#039;t already exist).

I finally decided to bite the bullet and install Compass on our server. With a bit of effort (45 minutes or so), I was able to set up a Compass project inside what&#039;s normally a PHP application, and it&#039;s working nicely.

I like the idea of LESS and compiling the code on-the-fly at the client. Probably not a bad idea for development purposes, but it&#039;s probably better to save the compiled code to a file for a production app.

Nicely-written article. Helped me make up my mind how to move forward. Now if I can only find a way to allow my CSS coders to turn on Compass&#039; watch without having to log in to the server over a terminal.</description>
		<content:encoded><![CDATA[<p>Thanks for the interesting article. I&#8217;ve been wanting to integrate SASS or SCSS into my PHP projects for a while. I came across this article because I was looking for a javascript SASS/SCSS complier (and thinking about building one on my own, if it didn&#8217;t already exist).</p>
<p>I finally decided to bite the bullet and install Compass on our server. With a bit of effort (45 minutes or so), I was able to set up a Compass project inside what&#8217;s normally a PHP application, and it&#8217;s working nicely.</p>
<p>I like the idea of LESS and compiling the code on-the-fly at the client. Probably not a bad idea for development purposes, but it&#8217;s probably better to save the compiled code to a file for a production app.</p>
<p>Nicely-written article. Helped me make up my mind how to move forward. Now if I can only find a way to allow my CSS coders to turn on Compass&#8217; watch without having to log in to the server over a terminal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

