styled-components
Version:
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
14 lines (9 loc) • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _sheet = require('../vendor/glamor/sheet');
exports.default = new _sheet.StyleSheet({ speedy: false, maxLength: 40 });
/* Wraps glamor's stylesheet and exports a singleton for the rest
* of the app to use. */
module.exports = exports['default'];