UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

12 lines (11 loc) 215 B
/** * @deprecated used @shopgate/engage/styles instead */ import { css } from 'glamor'; css.global('table', { borderCollapse: 'collapse', minWidth: '100%' }); css.global('td, th', { verticalAlign: 'top' });