Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { Link } from '@skava/link';
export const StyledInnerMenuLink = styled(Link) `
  @font (14, regular);
  color: var(--color-dark-grey);
  margin: 1rem;

  ${(props) => props.isTopLevel === true &&
    styled.css `
      @font (16, semi);
      color: var(--color-black);
      padding-bottom: 2px;
  `};
`;
//# sourceMappingURL=styled.js.map