UNPKG

sharyn

Version:

Combines all the other packages under one.

13 lines (10 loc) 219 B
// @flow export const clearfix = { '&:after': { content: '""', clear: 'both', display: 'table' }, } export const middle = { height: '100%', display: 'flex', justifyContent: 'center', alignItems: 'center', }