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) 292 B
import React from 'react'; import { css } from '@emotion/react'; import Video from './Video'; const MDXVideo = (props) => ( <Video {...props} css={css` &:not(:last-child) { margin-bottom: var(--block-element-spacing); } `} /> ); export default MDXVideo;