Interactive shell
  • References/CSS/Sass/SassScript

Interactive Shell You can easily experiment with SassScript using the interactive shell. To launch the shell run the sass command-line with

2025-01-10 15:47:30
Pseudo-Class - :last-child
  • References/CSS/CSS Selectors

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

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

type_of($value) Returns the type of a value.

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

Pattern: :visited   Definition: The :visited

2014-11-13 17:33:37
Descendant Selector: element1 element2
  • References/CSS/CSS Selectors

Pattern: element1 element2   Definition: The element1 element2 selector

2014-11-09 17:07:28
UI Element States Pseudo-Class - :enabled
  • References/CSS/CSS Selectors

Pattern: :enabled   Definition: The :enabled

2014-11-14 03:51:10
Adjacent Sibling Selector: element1 + element2
  • References/CSS/CSS Selectors

Pattern: element1 + element2   Definition: The element1 + element2 selector

2014-11-10 04:41:59
Child Selector: element1 > element2
  • References/CSS/CSS Selectors

Pattern: element1 > element2   Definition: The element1 > element2

2014-11-10 04:42:18
Substring Attribute Selector: [attr*=substring]
  • References/CSS/CSS Selectors

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

2014-11-11 03:47:16