: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
mixin_exists
  • References/CSS/Sass/Functions

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

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

complement($color) Returns the complement of a color. This is identical to adjust-hue(color, 180deg).

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
!
  • 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
unit
  • References/CSS/Sass/Functions

unit($number) Returns the unit(s) associated with a number. Complex units are sorted in alphabetical order by numerator and

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

is_superselector($super, $sub) Returns whether $super is a superselector of $sub. This means that

2025-01-10 15:47:30
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
counter
  • References/CSS/Sass/Functions

counter($args...) This function only exists as a workaround for IE7‘s

2025-01-10 15:47:30
Parentheses
  • References/CSS/Sass/SassScript

Parentheses Parentheses can be used to affect the order of operations: p

2025-01-10 15:47:30