Skip to content

Instantly share code, notes, and snippets.

@themgoncalves
Last active September 7, 2018 10:05
Show Gist options
  • Save themgoncalves/7abcfce9395416cee6004f6fb60558ea to your computer and use it in GitHub Desktop.
Save themgoncalves/7abcfce9395416cee6004f6fb60558ea to your computer and use it in GitHub Desktop.
SuperQuery Demo 1 - Screen width
const wrapper = styled.div`
background-color: #1B9CE2;
color: #FFF;
font-size: 16px;
SuperQuery().minWidth('360px').and().maxWidth('1024px').css`
content: 'this is awesome!'
`
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment