UNPKG

@newrelic/gatsby-theme-newrelic

Version:

[![Community Project header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Community_Project.png)](https://opensource.newrelic.com/oss-category/#community-project)

17 lines (14 loc) 337 B
import React from 'react'; import { css } from '@emotion/react'; import CollapserGroup from './CollapserGroup'; const MDXCollapserGroup = (props) => ( <CollapserGroup {...props} css={css` &:not(:last-child) { margin-bottom: var(--block-element-spacing); } `} /> ); export default MDXCollapserGroup;