Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Created August 9, 2014 02:59
Show Gist options
  • Save clintonhalpin/c47fc5be4880fc981e83 to your computer and use it in GitHub Desktop.
Save clintonhalpin/c47fc5be4880fc981e83 to your computer and use it in GitHub Desktop.
align-content %%
flex-start,
flex-end,
center,
space-between,
space-around,
stretch,
inherit,
%%
align-items %%
flex-start,
flex-end,
center,
baseline,
stretch,
inherit,
%%
align-self %%
auto,
flex-start,
flex-end,
center,
baseline,
stretch,
inherit,
%%
animation-delay [ TIME ]
animation-direction %%
normal,
reverse,
alternate,
alternate-reverse,
%%
animation-duration [ TIME ]
animation-fill-mode %%
none,
forwards,
backwards,
both,
%%
animation-iteration-count [ UNITS ]
animation-play-state %%
running,
paused,
%%
animation-timing-function [ UNITS ]
backface-visibility %%
ease,
ease-in,
ease-out,
ease-in-out,
linear,
cubic-bezier(0.1,0.1,0.1,0.1),
step-start,
step-stop,
%%
background-clip %%
border-box
padding-box
content-box
%%
background-color [ COLOR ]
background-repeat %%
no-repeat,
repeat-x,
repeat-y,
repeat,
space,
round,
%%
background-size [ UNITS ]
border [ UNITS ]
border-bottom
border-bottom-style %%
none,
hidden,
dotted,
dashed,
solid,
double,
groove,
ridge,
inset,
outset,
%%
border-bottom-width [ UNITS ]
border-collapse %%
collapse,
separate,
inherit,
%%
border-color [ COLOR ]
border-left-style %% BORDER STYLE UNITS %%
border-left-width [ UNITS ]
border-radius [ UNITS ]
border-right-style %% BORDER STYLE UNITS %%
border-right-width [ UNITS ]
border-spacing [ UNITS ]
border-style %% BORDER STYLE UNITS %%
border-top-style %% BORDER STYLE UNITS %%
border-top-width [ UNITS ]
border-width [ UNITS ]
bottom [ UNITS ]
box-sizing %%
content-box,
border-box,
content-box,
%%
page-break-after %%
left
column
always
page
avoid
region
recto
right
avoid-page
auto
verso
avoid-column
avoid-region
inherit
%%
page-break-before %% PAGE BREAK PROPERTYS %%
caption-side %%
top
bottom
inherit
%%
clear %%
none
left
right
both
%%
clip %%
border-box
padding-box
content-box
auto
inherit
rect(1px 1px 1px 1px)
rect(1px,1px,1px,1px)
%%
color [ COLOR ]
column-count [ UNITS ]
column-fill %%
auto
balance
inherit
%%
column-gap [ UNITS ]
column-rule-color [ COLOR ]
column-rule-style %%
none
hidden
dotted
dashed
solid
double
groove
ridge
inset
outset
inherit
%%
column-rule-width
column-span
column-width
content
counter-increment
counter-reset
cursor
direction
display
empty-cells
filter
flex-basis
flex-direction
flex-grow
flex-shrink
flex-wrap
float
font
font-family
font-size [ UNITS ]
font-style
font-variant
font-weight [ UNITS ]
height [ UNITS ]
hyphens
image-orientation
image-rendering
justify-content
left [ UNITS ]
letter-spacing [ UNITS ]
line-height [ UNITS ]
list-style-type
margin [ UNITS ]
margin-bottom [ UNITS ]
margin-left [ UNITS ]
margin-right [ UNITS ]
margin-top [ UNITS ]
max-height [ UNITS ]
max-width [ UNITS ]
min-height [ UNITS ]
min-width [ UNITS ]
opacity [ UNITS ]
outline-color [ COLOR ]
outline-offset
outline-style
outline-width [ UNITS ]
overflow
overflow-x
overflow-y
padding [ UNITS ]
padding-bottom [ UNITS ]
padding-left [ UNITS ]
padding-right [ UNITS ]
padding-top [ UNITS ]
page-break-after
page-break-before
page-break-inside
position [ UNITS ]
resize
right [ UNITS ]
tab-size [ UNITS ]
text-align
text-decoration
text-overflow
text-rendering
text-transform
text-underline-position
top [ UNITS ]
transform-style
transition-delay
transition-duration [ TIME ]
transition-property
transition-timing-function
unicode-bidi
unicode-range
vertical-align
visibility
white-space
widows
width [ UNITS ]
word-break
word-spacing
word-wrap
writing-mode
z-index [ UNITS ]
-ms-flex-align
-ms-flex-direction
-ms-flex-item-align
-ms-flex-line-pack
-ms-flex-negative
-ms-flex-pack
-ms-flex-positive
-ms-flex-preferred-size
-ms-flex-wrap
-ms-text-size-adjust
-webkit-appearance
-webkit-box-align
-webkit-box-direction
-webkit-box-flex
-webkit-box-orient
-webkit-box-pack
-webkit-box-sizing
-webkit-break-after
-webkit-break-before
-webkit-column-count
-webkit-flex-basis
-webkit-flex-direction
-webkit-flex-grow
-webkit-flex-shrink
-webkit-flex-wrap
-webkit-text-size-adjust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment