Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Last active December 10, 2019 00:52
Show Gist options
  • Save treyhuffine/2a74803306f082cc9ede4e4d19fffeca to your computer and use it in GitHub Desktop.
Save treyhuffine/2a74803306f082cc9ede4e4d19fffeca to your computer and use it in GitHub Desktop.
import styled from 'styled-components'
import { SideNav } from 'carbon-components-react/lib/components/UIShell'
export const StyledSideNav = styled(SideNav)`
@media (max-width: 640px) {
display: none;
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment