• Home
  • Search Tags
  • About

sass

Topics related to sass:

Getting started with sass

This section provides an overview of what sass is, and why a developer might want to use it.

It should also mention any large subjects within sass, and link out to the related topics. Since the Documentation for sass is new, you may need to create initial versions of those related topics.

Why SASS?

  • Inheritance feature
  • We can use conditional statements
  • More functional than traditional CSS
  • Efficient and clear way to write CSS

Installation

This covers Ruby only, which is the main SASS compiler for many systems but other options exist. A very common one for any node developer would be node-sass which could be easier, and orders of magnitude faster, for many users.

Mixins

Nesting

Variables

SCSS vs Sass

Loops and Conditons

Partials and Import

Extend / Inheritance

Sass' @extend rule allows you to share CSS properties across multiple classes, keeping code DRY and easier to read.

Operators

Functions

Scss useful mixins

Convert units

Update Sass version

Compass CSS3 Mixins

Content on the page is taken from Stack Overflow Documentation

This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service