Created
December 2, 2021 11:09
-
-
Save vltansky/df11bf8991c10a23694ae8f3620bb658 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
overscroll-b: overscroll-y | |
overscroll-i: overscroll-x | |
bs: height | |
is: width | |
min-bs: min-height | |
min-is: min-width | |
max-bs: max-height | |
max-is: max-width | |
mlb: my | |
mli: mx | |
mbs: mt | |
mbe: mb | |
mis: ml | |
mie: mr | |
plb: py | |
pli: px | |
pbs: pt | |
pbe: pb | |
pis: pl | |
pie: pr | |
space-b: space-y | |
space-i: space-x | |
inset-block: y (top & bottom) | |
inset-inline: x (left & right) | |
block-start: top | |
block-end: bottom | |
inline-start: left | |
inline-end: right | |
border-bs: border-top | |
border-be: border-bottom | |
border-is: border-left | |
border-ie: border-right | |
rounded-bs: border radius top | |
rounded-be: border radius bottom | |
rounded-is: border radius left | |
rounded-ie: border radius right | |
rounded-ss: border radius top left | |
rounded-se: border radius top right | |
rounded-es: border radius bottom left | |
rounded-ee: border radius bottom right | |
divide-b: divide-y | |
divide-i: divide-x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment