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

darken($color, $amount) Makes a color darker. Takes a color and a number between 0% and 100%, and returns a color with the

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

round($number) Rounds a number to the nearest whole number.

2025-01-10 15:47:30
Attribute Selector: [attr]
  • References/CSS/CSS Selectors

Pattern: [attr]   Definition: The [attr] selector matches any

2014-11-11 03:10:04
:compressed
  • References/CSS/Sass/Output Styles

:compressed Compressed style takes up the minimum amount of space possible, having no whitespace except that necessary to separate

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
User Action Pseudo-Class - :active
  • References/CSS/CSS Selectors

Pattern: :active   Definition: The :active

2014-11-13 18:07:34
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
@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
Pseudo-Class - :root
  • References/CSS/CSS Selectors

Pattern: :root   Definition: The :root pseudo-class matches an

2014-11-13 04:08:06