UNPKG

@wordpress/components

Version:
15 lines (12 loc) 190 B
/** * External dependencies */ import { css } from '@emotion/react'; export const boxSizingReset = css` box-sizing: border-box; *, *::before, *::after { box-sizing: inherit; } `;