8

Discovered SASS yesterday. Really surprised at how much it can accomplish. It's in the name. It's awesome.

Comments
  • 0
    Try it with Compass, you will love it even more
  • 0
    SASS is cool! LESS is less cool and seems to be used less.
  • 0
    Hey was it my rant yesterday, try bourbon too.
  • 0
    You won't write CSS again.
  • 0
    Beware: it is easy to generate inefficient CSS using SASS (by getting confident and overusing nesting, extends, etc...) I found this resources really helpful: https://sass-guidelin.es and http://thesassway.com
  • 0
    I am still a novice with css but I'm really interested in SASS. How fluent in css do you guys think I should be before trying it out?
  • 1
    @FluffyFingers From my brief experience, it's not that you need a lot of CSS experience. To make it efficient you will though.

    I just *really* love the mixin and variable support it has. It saves so much time having a mixin to write all of the vendor prefix data for you.
  • 0
    @iamomicron thanks for the response, I might play around with SASS a little then, it looks like a good time.
Add Comment