Skip to content

Instantly share code, notes, and snippets.

@tqwewe
Last active August 14, 2019 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tqwewe/7cea97b9d1263d93827e6fd339dea4ed to your computer and use it in GitHub Desktop.
Save tqwewe/7cea97b9d1263d93827e6fd339dea4ed to your computer and use it in GitHub Desktop.
sr_only
not_sr_only
appearance_none
bg*
border*
rounded*
cursor*
block
inline_block
inline
flex
inline_flex
table
table_row
table_cell
hidden
flex*
items*
self*
justify*
content*
order*
float*
clearfix_after
font*
h*
leading*
list*
m*
my*
mx*
mt*
mr*
mb*
ml*
max-h*
max-w*
min-h*
min-w*
object*
opacity*
outline_none
overlow*
overflow_x*
overflow_y*
scrolling*
p*
py*
px*
pt*
pr*
pb*
pl*
placeholder*
pointer_events*
static
fixed
absolute
relative
sticky
inset*
inset_y*
inset_x*
top*
right*
bottom*
left*
resize*
resize_y
resize_x
shadow*
fill_current
stroke_current
table*
text*
italic
not_italic
uppercase
lowercase
capitalize
normal_case
underline
line_through
no_underline
antialiased
subpixel_antialiased
tracking*
select*
align*
visible
invisible
whitespace*
break*
truncate
w*
z*
{
"accessibility": [
"sr-only",
"not-sr-only"
],
"alignContent": [
"content*"
],
"alignItems": [
"items*"
],
"alignSelf": [
"self*"
],
"appearance": [
"appearance-none"
],
"backgroundAttachment": [
"bg*"
],
"backgroundColor": [
"bg*"
],
"backgroundPosition": [
"bg*"
],
"backgroundRepeat": [
"bg*"
],
"backgroundSize": [
"bg*"
],
"borderCollapse": [
"border*"
],
"borderColor": [
"border*"
],
"borderRadius": [
"rounded*",
"rounded-t*",
"rounded-r*",
"rounded-b*",
"rounded-l*",
"rounded-tl*",
"rounded-tr*",
"rounded-br*",
"rounded-bl*"
],
"borderStyle": [
"border*"
],
"borderWidth": [
"rounded*",
"rounded-t*",
"rounded-r*",
"rounded-b*",
"rounded-l*"
],
"boxShadow": [
"shadow",
"shadow*"
],
"container": [
"container"
],
"cursor": [
"cursor*"
],
"display": [
"block",
"inline_block",
"inline",
"flex",
"inline_flex",
"table",
"table_row",
"table_cell",
"hidden"
],
"fill": [
"fill*"
],
"flex": [
"flex*"
],
"flexDirection": [
"flex*"
],
"flexGrow": [
"flex-grow",
"flex-grow*"
],
"flexShrink": [
"flex-shrink",
"flex-shrink*"
],
"flexWrap": [
"flex*"
],
"float": [
"float*",
"clearfix"
],
"fontFamily": [
"font*"
],
"fontSize": [
"text*"
],
"fontSmoothing": [
"antialiased",
"subpixel-antialiased"
],
"fontStyle": [
"italic",
"not-italic"
],
"fontWeight": [
"font*"
],
"height": [
"h*"
],
"inset": [
"inset*",
"inset_y*",
"inset_x*",
"top*",
"right*",
"bottom*",
"left*"
],
"justifyContent": [
"justify*"
],
"letterSpacing": [
"tracking*"
],
"lineHeight": [
"leading*"
],
"listStylePosition": [
"list*"
],
"listStyleType": [
"list*"
],
"margin": [
"m*",
"my*",
"mx*",
"mt*",
"mr*",
"mb*",
"ml*"
],
"maxHeight": [
"max-h*"
],
"maxWidth": [
"max-w*"
],
"minHeight": [
"min-h*"
],
"minWidth": [
"min-w*"
],
"objectFit": [
"object*"
],
"objectPosition": [
"object*"
],
"opacity": [
"opacity*"
],
"order": [
"order*"
],
"outline": [
"outline-none"
],
"overflow": [
"overlow*",
"overflow_x*",
"overflow_y*",
"scrolling*"
],
"padding": [
"p*",
"py*",
"px*",
"pt*",
"pr*",
"pb*",
"pl*"
],
"placeholderColor": [
"placeholder*"
],
"pointerEvents": [
"pointer_events*"
],
"position": [
"static",
"fixed",
"absolute",
"relative",
"sticky"
],
"resize": [
"resize",
"resize*"
],
"stroke": [
"stroke*"
],
"tableLayout": [
"table*"
],
"textAlign": [
"text*"
],
"textColor": [
"text*"
],
"textDecoration": [
"underline",
"line_through",
"no_underline"
],
"textTransform": [
"uppercase",
"lowercase",
"capitalize",
"normal_case"
],
"userSelect": [
"select*"
],
"verticalAlign": [
"align*"
],
"visibility": [
"visible",
"invisible"
],
"whitespace": [
"whitespace*"
],
"width": [
"w*"
],
"wordBreak": [
"break*",
"truncate"
],
"zIndex": [
"z*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment