UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

9 lines (5 loc) • 219 B
// @flow /* Wraps glamor's stylesheet and exports a singleton for the rest * of the app to use. */ import { StyleSheet } from '../vendor/glamor/sheet' export default new StyleSheet({ speedy: false, maxLength: 40 })