!
  • References/CSS/Sass/SassScript

Variable Defaults: !default You can assign to variables if they aren’t already assigned by adding the !default flag

2025-01-10 15:47:30
Pseudo-Class - :last-child
  • References/CSS/CSS Selectors

Pattern: :last-child   Definition: The :last-chil

2014-11-13 10:22:03
map_merge
  • References/CSS/Sass/Functions

map_merge($map1, $map2) Merges two maps together into a new map. Keys in $map2 will take precedence over keys

2025-01-10 15:47:30
Nested properties
  • References/CSS/Sass/CSS Extensions

Nested Properties CSS has quite a few properties that are in “namespaces;” for instance, font-family, font-size, and

2025-01-10 15:47:30
mixin_exists
  • References/CSS/Sass/Functions

mixin_exists($name) Check whether a mixin with the given name exists.

2025-01-10 15:47:30
type_of
  • References/CSS/Sass/Functions

type_of($value) Returns the type of a value.

2025-01-10 15:47:30
:expanded
  • References/CSS/Sass/Output Styles

:expanded Expanded is a more typical human-made CSS style, with each property and rule taking up one line. Properties are indented

2025-01-10 15:47:30
inspect
  • References/CSS/Sass/Functions

inspect($value) Return a string containing the value as its Sass representation.

2025-01-10 15:47:30
Link Pseudo-Class - :visited
  • References/CSS/CSS Selectors

Pattern: :visited   Definition: The :visited

2014-11-13 17:33:37
Interactive shell
  • References/CSS/Sass/SassScript

Interactive Shell You can easily experiment with SassScript using the interactive shell. To launch the shell run the sass command-line with

2025-01-10 15:47:30