UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

11 lines (8 loc) 437 B
import styled from 'styled-components'; import { get } from '../constants.js'; import sx from '../sx.js'; const Pagehead = styled.div.withConfig({ displayName: "Pagehead", componentId: "sc-diawfz-0" })(["position:relative;padding-top:", ";padding-bottom:", ";margin-bottom:", ";border-bottom:1px solid ", ";", ";"], get('space.4'), get('space.4'), get('space.4'), get('colors.border.default'), sx); export { Pagehead as default };