UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

24 lines (23 loc) 409 B
/** * @deprecated used @shopgate/engage/styles/reset instead */ import { css } from 'glamor'; css.global('audio:not([controls])', { display: 'none', height: 0 }); css.global('figure', { margin: 0 }); css.global('iframe', { border: 0, display: 'block', width: '100%' }); css.global('img, svg', { display: 'block', maxWidth: '100%' }); css.global('progress', { verticalAlign: 'baseline' });