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

saturate($color, $amount) Makes a color more saturated. Takes a color and a number between 0% and 100%, and returns a color

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

@debug The @debug directive prints the value of a SassScript expression to the standard error output stream. It’s

2025-01-10 15:47:30
& in sassScript
  • References/CSS/Sass/SassScript

& in SassScript Just like when it’s used in selectors, & in SassScript refers to the current parent selector

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
Parentheses
  • References/CSS/Sass/SassScript

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

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

Operations All types support equality operations (== and !=). In addition, each type has its own operations that it

2025-01-10 15:47:30
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