import remcalc from 'remcalc'; import { H2 } from './headings'; export default H2.extend` margin-top: ${remcalc(19)}; margin-bottom: ${remcalc(29)}; flex: 0 0 auto; align-self: stretch; `;