Created
May 12, 2022 12:47
-
-
Save mherchel/1278c6faca811a6ff1a6b00e433cf4f6 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
.test-logical-properties { | |
block-size: 0; | |
inline-size: 0; | |
max-block-size: 0; | |
max-inline-size: 0; | |
min-block-size: 0; | |
min-inline-size: 0; | |
/* | |
Margins borders padding | |
*/ | |
border-block: 0; | |
border-block-color: white; | |
border-block-end: 0; | |
border-block-end-color: white; | |
border-block-end-style: solid; | |
border-block-end-width: 0; | |
border-block-start: 0; | |
border-block-start-color: white; | |
border-block-start-style: solid; | |
border-block-start-width: 0; | |
border-block-style: solid; | |
border-block-width: 0; | |
border-color: white; | |
border-inline: 0; | |
border-inline-color: white; | |
border-inline-end: 0; | |
border-inline-end-color: white; | |
border-inline-end-style: solid; | |
border-inline-end-width: 0; | |
border-inline-start: 0; | |
border-inline-start-color: white; | |
border-inline-start-style: solid; | |
border-inline-start-width: 0; | |
border-inline-style: solid; | |
border-inline-width: 0; | |
border-start-start-radius: 0; | |
border-start-end-radius: 0; | |
border-end-start-radius: 0; | |
border-end-end-radius: 0; | |
border-style: solid; | |
border-width: 0; | |
margin-block: 0; | |
margin-block-end: 0; | |
margin-block-start: 0; | |
margin-inline: 0; | |
margin-inline-end: 0; | |
margin-inline-start: 0; | |
padding: 0; | |
padding-block: 0; | |
padding-block-end: 0; | |
padding-block-start: 0; | |
padding-inline: 0; | |
padding-inline-end: 0; | |
padding-inline-start: 0; | |
/* | |
Properties for floating and positioning | |
*/ | |
float: inline-end; | |
inset: 0; | |
inset-block: 0; | |
inset-block-end: 0; | |
inset-block-start: 0; | |
inset-inline: 0; | |
inset-inline-end: 0; | |
inset-inline-start: 0; | |
/* | |
Other properties | |
*/ | |
overflow-block: auto; | |
overflow-inline: auto; | |
overscroll-behavior-block: auto; | |
overscroll-behavior-inline: auto; | |
resize: block; | |
text-align: end; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment