SASS

SASS stands for Syntactically Awesome Style Sheets and defines itself as a meta-language on top of CSS that’s used to describe the style of a document cleanly and structurally, with more power than flat CSS allows.
SASS is written in ruby, so you need to install ruby.

License is MIT.

pros

  • Provides variables , structure, making the code simpler (you only define things once)

Cons

  • You have to learn a new syntax
  • Don’t expect too much IDE support apart from syntax highlighting
  • no particular framework support (for that, there is Compass)
  • you have to “compile” your css
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.