UNPKG

@wordpress/components

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