Skip to content

Instantly share code, notes, and snippets.

@morajabi
Created October 28, 2018 12:46
Show Gist options
  • Save morajabi/9cb38894efc6655013c8e2538b1a0508 to your computer and use it in GitHub Desktop.
Save morajabi/9cb38894efc6655013c8e2538b1a0508 to your computer and use it in GitHub Desktop.
Smart Gatsby Link
import styled from '../style/styled'
export const unsetButton = css`
padding: 0;
background: none;
border: none;
outline: none;
cursor: pointer;
color: inherit;
`
export const UnstyledButton = styled.button`
${unsetButton};
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment