Skip to content

Instantly share code, notes, and snippets.

@solilin
Last active December 19, 2018 13:44
Show Gist options
  • Save solilin/12cc46721862df1a0817a8527f02bceb to your computer and use it in GitHub Desktop.
Save solilin/12cc46721862df1a0817a8527f02bceb to your computer and use it in GitHub Desktop.
# For pseudo attr
content
# Positions
position
top
right
bottom
left
z-index
visibility
opacity
# Block model
display
flex
flex-basis
flex-direction
flex-flow
flex-grow
flex-shrink
flex-wrap
align-content
align-items
align-self
justify-content
order
box-sizing
overflow
float
margin
margin-top
margin-right
margin-bottom
margin-left
padding
padding-top
padding-right
padding-bottom
padding-left
width
min-width
max-width
height
min-height
max-height
# Columns
columns
column-gap
column-fill
column-rule
column-span
column-count
column-width
# Typography
list-style
text-align
text-indent
text-transform
text-decoration
text-rendering
text-shadow
text-overflow
vertial-align
font
font-family
font-size
font-weight
font-smoothing
font-style
line-height
word-spacing
letter-spacing
white-space
color
# Outline
outline
outline-offset
outline-width
outline-style
outline-color
# Background
background
background-attachment
background-clip
background-color
background-image
background-repeat
background-position
background-size
# Cursor
cursor
# Border
border
border-top
border-right
border-bottom
border-left
border-width
border-top-width
border-right-width
border-bottom-width
border-left-width
border-radius
border-color
# Shadow
box-shadow
# Animtaions
transform
transition
animation
animation-name
animation-duration
animation-timing-function
animation-delay
animation-iteration-count
animation-direction
animation-fill-mode
animation-play-state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment