All posts tagged “tutorial

Getting Started with Sass
comment 1

Getting Started with Sass (Part 1)

Sass (Syntactically Awesome Style Sheets) is a CSS preprocessor. It is to CSS, what CoffeeScript is to Javascript. With stylesheets getting larger, more complex and harder to maintain, Sass lets you use features that don’t exist in CSS such as variables, nesting, mixins, inheritance and other features that make writing CSS fun again.

Read More

Filed under: CSS