Created
September 10, 2017 10:20
-
-
Save IamManchanda/bc7754430d77e84a5ef4852b5598df8a 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
| /* 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