Skip to content

Instantly share code, notes, and snippets.

@IamManchanda
Created September 10, 2017 10:20
Show Gist options
  • Select an option

  • Save IamManchanda/bc7754430d77e84a5ef4852b5598df8a to your computer and use it in GitHub Desktop.

Select an option

Save IamManchanda/bc7754430d77e84a5ef4852b5598df8a to your computer and use it in GitHub Desktop.
/* https://www.sassmeister.com/gist/cd18efabc98a128bb162fef1b0692eee */
.items li {
background-color: green;
}
@media screen and (min-width: 800px) {
.items li {
background-color: purple;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment