UNPKG

@wordpress/components

Version:
14 lines (12 loc) 234 B
/** * External dependencies */ import { css } from 'emotion'; export const Elevation = css` background: transparent; display: block; margin: 0 !important; pointer-events: none; position: absolute; will-change: box-shadow; `;