Last active
March 5, 2023 07:21
-
-
Save TheGitPanda/9b4e4dc9967c29ee97766e9976b48f60 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extend, | |
@include, | |
content, | |
z-index, | |
position, | |
top, | |
right, | |
bottom, | |
left, | |
display, | |
visibility, | |
orientation, | |
max-zoom, | |
min-zoom, | |
user-zoom, | |
zoom, | |
flex, | |
flex-grow, | |
flex-shrink, | |
flex-basis, | |
flex-flow, | |
flex-direction, | |
flex-wrap, | |
grid, | |
grid-template, | |
grid-template-areas, | |
grid-template-columns, | |
grid-template-rows, | |
grid-auto-columns, | |
grid-auto-rows, | |
grid-auto-flow, | |
gap, | |
grid-gap, | |
grid-column-gap, | |
grid-row-gap, | |
column-gap, | |
row-gap, | |
grid-column-start, | |
grid-column-end, | |
grid-row-start, | |
grid-row-end, | |
grid-area, | |
grid-column, | |
grid-row, | |
align-items, | |
align-content, | |
align-self, | |
justify-items, | |
justify-content, | |
justify-self, | |
place-items, | |
place-content, | |
place-self, | |
columns, | |
column-width, | |
column-count, | |
column-fill, | |
column-rule, | |
column-rule-width, | |
column-rule-style, | |
column-rule-color, | |
column-span, | |
direction, | |
order, | |
width, | |
height, | |
min-width, | |
max-width, | |
min-height, | |
max-height, | |
float, | |
clear, | |
margin, | |
margin-top, | |
margin-right, | |
margin-bottom, | |
margin-left, | |
padding, | |
padding-top, | |
padding-right, | |
padding-bottom, | |
padding-left, | |
border, | |
border-width, | |
border-style, | |
border-color, | |
border-top, | |
border-top-width, | |
border-top-style, | |
border-top-color, | |
border-right, | |
border-right-width, | |
border-right-style, | |
border-right-color, | |
border-bottom, | |
border-bottom-width, | |
border-bottom-style, | |
border-bottom-color, | |
border-left, | |
border-left-width, | |
border-left-style, | |
border-left-color, | |
border-radius, | |
border-top-left-radius, | |
border-top-right-radius, | |
border-bottom-right-radius, | |
border-bottom-left-radius, | |
border-image, | |
border-image-source, | |
border-image-slice, | |
border-image-width, | |
border-image-outset, | |
border-image-repeat, | |
border-top-image, | |
border-right-image, | |
border-bottom-image, | |
border-left-image, | |
border-corner-image, | |
border-top-left-image, | |
border-top-right-image, | |
border-bottom-right-image, | |
border-bottom-left-image, | |
outline, | |
outline-width, | |
outline-style, | |
outline-color, | |
outline-offset, | |
clip, | |
overflow, | |
overflow-x, | |
overflow-y, | |
list-style, | |
list-style-position, | |
list-style-type, | |
list-style-image, | |
table-layout, | |
border-spacing, | |
border-collapse, | |
caption-side, | |
empty-cells, | |
color, | |
background, | |
background-color, | |
background-image, | |
background-repeat, | |
background-attachment, | |
background-position, | |
background-clip, | |
background-origin, | |
background-size, | |
box-shadow | |
opacity, | |
font, | |
font-style, | |
font-variant, | |
font-weight, | |
font-size, | |
line-height, | |
font-family, | |
font-size-adjust, | |
font-stretch, | |
text-align, | |
text-align-last, | |
text-decoration, | |
text-emphasis, | |
text-emphasis-position, | |
text-emphasis-style, | |
text-emphasis-color, | |
text-indent, | |
text-justify, | |
text-outline, | |
text-overflow, | |
text-overflow-ellipsis, | |
text-overflow-mode, | |
text-size-adjust, | |
text-transform, | |
text-wrap, | |
text-shadow, | |
vertical-align, | |
writing-mode, | |
counter-increment, | |
counter-reset, | |
quotes, | |
hyphens, | |
letter-spacing, | |
tab-size, | |
white-space, | |
word-break, | |
word-spacing, | |
word-wrap, | |
box-decoration-break, | |
break-before, | |
break-inside, | |
break-after, | |
page-break-before, | |
page-break-inside, | |
page-break-after, | |
orphans, | |
widows, | |
cursor, | |
user-select, | |
nav-index, | |
nav-up, | |
nav-right, | |
nav-down, | |
nav-left, | |
pointer-events, | |
resize, | |
filter, | |
backdrop-filter, | |
transform, | |
transform-origin, | |
transform-style, | |
transition, | |
transition-property, | |
transition-duration, | |
transition-timing-function, | |
transition-delay, | |
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