animations

variables

animation-direction

Since 0.1.0
$animation-direction: $single-animation-direction;

Links

animation-fill-mode

Since 0.1.0
$animation-fill-mode: $single-animation-fill-mode;

Links

animation-play-state

Since 0.1.0
$animation-play-state: $single-animation-play-state;

Links

animation-timing-function

Since 0.1.0
$animation-timing-function: $timing-function;

Links

backgrounds & borders

variables

background-attachment

Since 0.1.0
$background-attachment: $attachment;

Links

background-clip

Since 0.1.0
$background-clip: $box;

Links

background-origin

Since 0.1.0
$background-origin: $box;

Links

background-repeat

Since 0.1.0
$background-repeat: $repeat-style;

Links

background-size

Since 0.1.0
$background-size: $bg-size;

Links

border-style

Since 0.1.0
$border-style: $line-style;

Links

basic user interface

variables

appearance

Since 0.1.0
$appearance: collect(auto, button, none, textfield, $compat);

Links

box-sizing

Since 0.1.0
$box-sizing: (border-box, content-box);

Links

cursor

Since 0.1.0
$cursor: (auto, default, none, context-menu, help, pointer, progress, wait, cell, crosshair, text, vertical-text, alias, copy, move, no-drop, not-allowed, e-resize, n-resize, ne-resize, nw-resize, s-resize, se-resize, sw-resize, w-resize, ew-resize, ns-resize, nesw-resize, nwse-resize, col-resize, row-resize, all-scroll, zoom-in, zoom-out, grab, grabbing);

Links

outline-style

Since 0.1.0
$outline-style: collect(auto, backgrounds-borders.$border-style);

Links

resize

Since 0.1.0
$resize: (none, both, horizontal, vertical, block, inline);

Links

text-overflow

Since 0.1.0
$text-overflow: (clip, ellipsis);

Links

user-select

Since 0.1.0
$user-select: (all, auto, contain, none, text);

Links

box alignment

variables

align-content

Since 0.1.0
$align-content: collect(normal, $baseline-position, $content-distribution, $content-position, $overflow-position);

Links

align-items

Since 0.1.0
$align-items: collect(normal, stretch, $baseline-position, $overflow-position, $self-position);

Links

align-self

Since 0.1.0
$align-self: collect(auto, normal, stretch, $baseline-position, $overflow-position, $self-position);

Links

justify-content

Since 0.1.0
$justify-content: collect(normal, left, right, $content-distribution, $content-position, $overflow-position);

Links

justify-items

Since 0.1.0
$justify-items: collect(normal, center, left, right, stretch, $baseline-position, $overflow-position, $self-position);

Links

justify-self

Since 0.1.0
$justify-self: collect(auto, normal, left, right, stretch, $baseline-position, $overflow-position, $self-position);

Links

place-content

Since 0.1.0
$place-content: collect($align-content, $justify-content);

Links

place-items

Since 0.1.0
$place-items: collect($align-items, $justify-items);

Links

place-self

Since 0.1.0
$place-self: collect($align-self, $justify-self);

Links

box model

variables

height

Since 0.1.0
$height: custom.$sizing;

Links

overscroll-behavior

Since 0.1.0
$overscroll-behavior: (auto, contain, none);

Links

visibility

Since 0.1.0
$visibility: (collapse, hidden, visible);

Links

width

Since 0.1.0
$width: custom.$sizing;

Links

color

variables

opacity

Since 0.1.0
$opacity: miscellaneous.$all;

Links

display

variables

display

Since 0.1.0
$display: collect($display-outside, $display-inside, $display-listitem, $display-internal, $display-box, $display-legacy);

Links

flexible box layout

variables

flex-direction

Since 0.1.0
$flex-direction: (column, column-reverse, row, row-reverse);

Links

flex-wrap

Since 0.1.0
$flex-wrap: (nowrap, wrap, wrap-reverse);

Links

flex-flow

Since 0.1.0
$flex-flow: collect($flex-direction, $flex-wrap);

Links

fonts

variables

font-family

Since 0.1.0
$font-family: $generic-family;

Links

font-size

Since 0.1.0
$font-size: collect($absolute-size, $relative-size);

Links

font-style

Since 0.1.0
$font-style: (italic, normal, oblique);

Links

font-weight

Since 0.1.0
$font-weight: (bolder, lighter);

Links

fragmentation

variables

box-decoration-break

Since 0.1.0
$box-decoration-break: (clone, slice);

Links

break-after

Since 0.1.0
$break-after: custom.$break;

Links

break-before

Since 0.1.0
$break-before: custom.$break;

Links

break-inside

Since 0.1.0
$break-inside: (auto, avoid, avoid-page, avoid-column, avoid-region);

Links

images

variables

object-fit

Since 0.1.0
$object-fit: (contain, cover, fill, none, scale-down);

Links

miscellaneous

variables

all

Since 0.1.0
$all: (inherit, initial, unset);

Links

text-rendering

Since 0.1.0
$text-rendering: (auto, geometricPrecision, optimizeSpeed, optimizeLegibility);

Links

overflow

variables

overflow

Since 0.1.0
$overflow: (auto, clip, hidden, overlay, scroll, visible);

Links

pointer events

variables

pointer-events

Since 0.1.0
$pointer-events: collect(auto, none, custom.$pointer-events-svg-only);

Links

touch-action

Since 0.1.0
$touch-action: (auto, none, pan-x, pan-left, pan-right, pan-y, pan-up, pan-down, pinch-zoom, manipulation);

Links

positioning

variables

clear

Since 0.1.0
$clear: (both, inline-end, inline-start, left, none, right);

Links

float

Since 0.1.0
$float: (left, inline-end, inline-start, none, right);

Links

position

Since 0.1.0
$position: (absolute, fixed, relative, sticky, static);

Links

z-index

Since 0.1.0
$z-index: list.append((), auto);

Links

scroll snap

variables

scroll-snap-align

Since 0.1.0
$scroll-snap-align: (none, start, end, center);

Links

scroll-snap-stop

Since 0.1.0
$scroll-snap-stop: (normal, always);

Links

scroll-snap-type

Since 0.1.0
$scroll-snap-type: (none, x, y, block, inline, both);

Used by

Links

scroll-snap-type-optionals

Since 0.1.0
$scroll-snap-type-optionals: (mandatory, proximity);

Description

These are optionals for scroll-snap-type that can be combined with any of the syntaxes

Requires

Links

scrollbars

variables

scrollbar-color

Since 0.1.0
$scrollbar-color: (auto, dark, light);

Links

scrollbar-width

Since 0.1.0
$scrollbar-width: (auto, thin, none);

Links

table

variables

border-collapse

Since 0.1.0
$border-collapse: (collapse, separate);

Links

caption-side

Since 0.1.0
$caption-side: (top, bottom, block-start, block-end, inline-start, inline-end);

Links

empty-cells

Since 0.1.0
$empty-cells: (hide, show);

Links

table-layout

Since 0.1.0
$table-layout: (auto, fixed);

Links

vertical-align

Since 0.1.0
$vertical-align: (baseline, bottom, middle, sub, super, text-bottom, text-top, top);

Links

text

variables

line-break

Since 0.1.0
$line-break: (auto, loose, normal, strict, anywhere);

Links

overflow-wrap

Since 0.1.0
$overflow-wrap: (anywhere, break-word, normal);

Links

text-align

Since 0.1.0
$text-align: (center, end, justify, left, match-parent, right, start);

Links

text-justify

Since 0.1.0
$text-justify: (auto, inter-character, inter-word, none);

Links

text-transform

Since 0.1.0
$text-transform: (capitalize, full-width, full-width-kana, lowercase, none, uppercase);

Links

white-space

Since 0.1.0
$white-space: (break-spaces, normal, nowrap, pre, pre-line, pre-wrap);

Links

word-break

Since 0.1.0
$word-break: (break-all, break-word, keep-all, normal);

Links

text decoration

variables

text-decoration-line

Since 0.1.0
$text-decoration-line: (blink, grammar-error, line-through, none, overline, spelling-error, underline);

Links

text-decoration-style

Since 0.1.0
$text-decoration-style: (dash, dotted, double, solid, wavy);

Links

text-decoration

Since 0.1.0
$text-decoration: collect($text-decoration-line, $text-decoration-style);

Links

text-decoration-skip-ink

Since 0.1.0
$text-decoration-skip-ink: (auto, all, none);

Links

transforms

variables

backface-visibility

Since 0.1.0
$backface-visibility: (visible, hidden);

Links

perspective-origin

Since 0.1.0
$perspective-origin: positioning.$position;

Links

transform-box

Since 0.1.0
$transform-box: (border-box, fill-box, view-box);

Links

transform-style

Since 0.1.0
$transform-style: (flat, preserve-3d);

Links

transitions

variables

transition-timing-function

Since 0.1.0
$transition-timing-function: $timing-function;

Links

writing modes

variables

text-orientation

Since 0.1.0
$text-orientation: (mixed, sideways, upright);

Links