Substring Attribute Selector: [attr$=substring]
  • References/CSS/CSS Selectors

Pattern: [attr$=substring]   Definition: The [attr$=substring] selector

2014-11-11 03:34:38
unitless
  • References/CSS/Sass/Functions

unitless($number) Returns whether a number has units.

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

selector_parse($selector) Parses a user-provided selector into a list of lists of strings as returned by &

2025-01-10 15:47:30
@extend
  • References/CSS/Sass/@-Rules and Directives

@extend There are often cases when designing a page when one class should have all the styles of another class, as well as its

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

complement($color) Returns the complement of a color. This is identical to adjust-hue(color, 180deg).

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

list_separator($list) Returns the separator of a list. If the list doesn’t have a separator due to having fewer than two

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

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

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

mixin_exists($name) Check whether a mixin with the given name exists.

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