opacity
  • References/CSS/Sass/Functions

opacity($color) Returns the alpha component (opacity) of a color. This is 1 unless otherwise specified.

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

nth($list, $n) Gets the nth item in a list. Note that unlike some languages, the first item

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

floor($number) Rounds a number down to the previous whole number.

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

selector_nest($selectors...) Return a new selector with all selectors in $selectors nested beneath one another

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

hsl($hue, $saturation, $lightness) Creates a Color from hue, saturation, and lightness values

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

str_slice($string, $start-at, $end-at:-1) Extracts a substring from $string. The substring will begin at index

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

alpha($color) Returns the alpha component (opacity) of a color. This is 1 unless otherwise specified. This

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

abs($number) Returns the absolute value of a number.

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

str_index($string, $substring) Returns the index of the first occurrence of $substring in $string

2025-01-10 15:47:30
:compact
  • References/CSS/Sass/Output Styles

:compact Compact style takes up less space than Nested or Expanded. It also draws the focus more to the selectors than to their

2025-01-10 15:47:30