Jump to content

Opinions on Sass


JasonLewis

Recommended Posts

Sass, it's goal is to make writing CSS less painful. Quickly looking over some docs and reading a bit about it it surely seems to sell itself well. The idea of using variables inside CSS is great, and then mixins (like functions) is even better. It all sounds pretty awesome, but then in the back of my brain there is a little voice saying "oh but that's not the way it's being done in normal CSS". Eh, I don't really know... It seems like a great idea and many people are using things like Sass I believe.

 

What are your thoughts? Anyone using or have used it before? :)

Link to comment
Share on other sites

I've been using Sass and Haml on a project I'm working on in rails and love them both.

 

Sass really is just the missing parts of CSS. Ive used LESS a few times as well, mutch the same thing.

 

I wouldn't feel too badly about it. Whatever can save you some work, it gets compiled down to everyday css before being served anyway.

 

Link to comment
Share on other sites

I wouldn't feel too badly about it. Whatever can save you some work, it gets compiled down to everyday css before being served anyway.

True, but how good is the compiled CSS? I've looked at a few pages that use Sass and it looks okay (the compiled CSS that is).

 

@ignace: Does LESS compile pretty smoothly? And is installing it easy? You need node.js first, right?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.