Sass Cheat Sheet



SAS® Cheat Sheet SAS Language ATTRIB var n; Associates a format, informat, label, and/or lengt h with one or more variables CARDS or CARDS4 DATALINES or DATALINES4 Indicates that data lines follow (suffix of 4 if d ata has ‘;’s. Few months ago, I started working with SASS - I use SCSS syntax cause I care about my mental health. It’s not particularly difficult, and if you learnt CSS, well, you could learn SASS. One of the first thing I wanted was some kind of SASS cheatsheet - so I summarized the main features of SASS in a SASS file.

title: Sassdate: 2020-12-20 22:15:43icon: icon-sassbackground: bg-pink-500tags:

  • csscategories:
  • Programmingintro: |This is a quick reference to Sass stylesheets.

Basics {.cols-3}

Introduction

This is a quick reference to Sass stylesheets.

  • Sass documentation(sass-lang.com)

Variables

Mixins {.row-span-3}

with parameters

with default values

Yahoo Fantasy Football Cheat Sheets

with a default variable

Cheat Sheet Terraria

Comments

Nesting

to properties

Extend

Football

Composing

The .scss or .sass extension is optional.

Color functions {.cols-2}

rgba

Mixing

Modifying HSLA

Getting individual values

HSLA

RGB

See: hue(), red()

Adjustments

Supported: $red$green$blue$hue$saturation$lightness$alpha

Other functions {.cols-2}

Strings

Units

Numbers

Misc

Feature checks {.cols-2}

Css sass cheat sheet

Feature check

Sass cheat sheet pdf

Features

  • global-variable-shadowing
  • extend-selector-pseudoclass
  • units-level-3
  • at-error

Loops {.cols-2}

For loops

Each loops (simple)

Each loops (nested)

While loops

Other features {.cols-3}

Conditionals

Interpolation

Lists

Maps {.col-span-2}

See also