unitless
  • References/CSS/Sass/Functions

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

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

Variables: $ The most straightforward way to use SassScript is to use variables. Variables begin with dollar signs, and are set

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

@for The @for directive repeatedly outputs a set of styles. For each repetition, a counter variable is used to adjust

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

rgba($red, $green, $blue, $alpha) rgba($color, $alpha)

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

invert($color) Returns the inverse (negative) of a color. The red, green, and blue values are inverted, while the opacity

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

hue($color) Returns the hue component of a color. See

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

adjust_color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha]) Increases or decreases one

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

selector_extend($selector, $extendee, $extender) Returns a new version of $selector with $extendee

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

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

2025-01-10 15:47:30