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

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

2014-11-13 04:08:06
Pseudo-Class - :last-child
  • References/CSS/CSS Selectors

Pattern: :last-child   Definition: The :last-chil

2014-11-13 10:22:03
counter
  • References/CSS/Sass/Functions

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

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