Skip to content

Instantly share code, notes, and snippets.

Created January 27, 2017 14:59
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 anonymous/8351e4510099ee1025dd2fcd3991b87e to your computer and use it in GitHub Desktop.
Save anonymous/8351e4510099ee1025dd2fcd3991b87e to your computer and use it in GitHub Desktop.
@custom-media --small-viewport (max-width: 600px);
@media (--small-viewport) {
/* styles for small viewport */
.danger {
flex-direction: column;
background-color: rebeccapurple;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment