UNPKG

@uifabric/styling

Version:

Styling helpers for Fluent UI React.

15 lines 392 B
"use strict"; // This file mimics styles and mixins from _General.Mixins.scss Object.defineProperty(exports, "__esModule", { value: true }); exports.normalize = { boxShadow: 'none', margin: 0, padding: 0, boxSizing: 'border-box', }; exports.noWrap = { overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap', }; //# sourceMappingURL=GeneralStyles.js.map