Skip to content

Instantly share code, notes, and snippets.

@themgoncalves
Created September 7, 2018 10:11
Show Gist options
  • Save themgoncalves/16983d913229988b747d9805eb956448 to your computer and use it in GitHub Desktop.
Save themgoncalves/16983d913229988b747d9805eb956448 to your computer and use it in GitHub Desktop.
const wrapper = styled.div`
background-color: #1B9CE2;
color: #FFF;
font-size: 16px;
SuperQuery()
.screen()
.and()
.deviceAspectRatio('16/9')
.or()
.screen()
.and()
.deviceAspectRatio('16/10')
.css`
content: 'This is a complex query!'
`
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment