UNPKG

321 BJavaScriptView Raw
1// This file mimics styles and mixins from _General.Mixins.scss
2export var normalize = {
3 boxShadow: 'none',
4 margin: 0,
5 padding: 0,
6 boxSizing: 'border-box',
7};
8export var noWrap = {
9 overflow: 'hidden',
10 textOverflow: 'ellipsis',
11 whiteSpace: 'nowrap',
12};
13//# sourceMappingURL=GeneralStyles.js.map
\No newline at end of file