counter
  • References/CSS/Sass/Functions

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

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

map_remove($map, $keys...) Returns a new map with keys removed. Like all map functions,

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
@include
  • References/CSS/Sass/@-Rules and Directives

Including a Mixin: @include Mixins are included in the document with the @include directive. This takes the name

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

adjust_hue($color, $degrees) Changes the hue of a color. Takes a color and a number of degrees (usually between -360deg

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

map_has_key($map, $key) Returns whether a map has a value associated with a given key.

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

max($numbers...) Finds the maximum of several numbers. This function takes any number of arguments.

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

Data Types SassScript supports seven main data types: numbers (e.g. 1.2, 13,

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