Skip to content

Instantly share code, notes, and snippets.

@browniefed
Created October 17, 2017 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save browniefed/d6482589a79c0741b6cf170adadcca37 to your computer and use it in GitHub Desktop.
Save browniefed/d6482589a79c0741b6cf170adadcca37 to your computer and use it in GitHub Desktop.
const NavItem = styled.li(
{
margin: "15px 0",
},
({ sub }) => ({
fontSize: ".8rem"
}),
);
<NavItem sub />
<NavItem />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment