The goal of this repo is to have a collection of all the CSS Properties as CSS Props.
* {
azimuth: var(--_azimuth, center);
background-attachment: var(--_background-attachment, scroll);
background-blur: var(--_background-blur, 0);
background-clip: var(--_background-clip, border-box);
background-color: var(--_background-color, transparent);
background-image: var(--_background-image, none);
background-origin: var(--_background-origin, padding-box);
background-position: var(--_background-position, 0% 0%);
background-repeat: var(--_background-repeat, repeat);
border-collapse: var(--_border-collapse, separate);
border-spacing: var(--_border-spacing, 0);
caption-side: var(--_caption-side, top);
color: var(--_color, depends on user agent);
cursor: var(--_cursor, auto);
direction: var(--_direction, ltr);
elevation: var(--_elevation, level);
empty-cells: var(--_empty-cells, show);
font: var(--_font, depends on user agent);
font-family: var(--_font-family, depends on user agent);
font-size: var(--_font-size, medium);
font-style: var(--_font-style, normal);
font-variant: var(--_font-variant, normal);
font-weight: var(--_font-weight, normal);
letter-spacing: var(--_letter-spacing, normal);
line-height: var(--_line-height, normal);
list-style: var(--_list-style, disc outside none);
list-style-image: var(--_list-style-image, none);
list-style-position: var(--_list-style-position, outside);
list-style-type: var(--_list-style-type, disc);
orphans: var(--_orphans, 2);
pitch: var(--_pitch, medium);
pitch-range: var(--_pitch-range, 50);
quotes: var(--_quotes, depends on user agent);
richness: var(--_richness, 50);
speak: var(--_speak, normal);
speak-header: var(--_speak-header, once);
speak-numeral: var(--_speak-numeral, continuous);
speak-punctuation: var(--_speak-punctuation, none);
speech-rate: var(--_speech-rate, medium);
stress: var(--_stress, 50);
text-align: var(--_text-align, start);
text-decoration: var(--_text-decoration, none);
text-indent: var(--_text-indent, 0);
text-transform: var(--_text-transform, none);
visibility: var(--_visibility, visible);
voice-family: var(--_voice-family, depends on user agent);
volume: var(--_volume, medium);
white-space: var(--_white-space, normal);
widows: var(--_widows, 2);
word-spacing: var(--_word-spacing, normal);
/* more to come */
}