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

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

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
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
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