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

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

2014-11-11 03:47:16
map_has_key
  • References/CSS/Sass/Functions

map_has_key($map, $key) Returns whether a map has a value associated with a given key.

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

adjust_hue($color, $degrees) Changes the hue of a color. Takes a color and a number of degrees (usually between -360deg

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

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

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
& in sassScript
  • References/CSS/Sass/SassScript

& in SassScript Just like when it’s used in selectors, & in SassScript refers to the current parent selector

2025-01-10 15:47:30
Attribute Selector: [attr]
  • References/CSS/CSS Selectors

Pattern: [attr]   Definition: The [attr] selector matches any

2014-11-11 03:10:04