Skip to content

Instantly share code, notes, and snippets.

@argyleink
Last active November 6, 2019 21:22
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 argyleink/02a08172abe54b27b45202e7a11f39d4 to your computer and use it in GitHub Desktop.
Save argyleink/02a08172abe54b27b45202e7a11f39d4 to your computer and use it in GitHub Desktop.
main {
/* writing mode contextual shorthand for border-top and border-bottom respectively */
border-block: 1px solid hotpink;
/* writing mode contextual shorthand for border-left and border-right respectively */
border-inline: 1px solid hotpink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment