nudj / components

Reusable React components from the nudj platform
0 stars 0 forks source link

Add top-level style helpers export #152

Closed TimRobinson1 closed 5 years ago

TimRobinson1 commented 5 years ago

Adds a top level export of all the style helpers because I prefer this...

const { css, mss, mergeStyleSheets } = require('@nudj/components/styles')

Over this...

const mss = require('@nudj/components/lib/css/modifiers.css')
const { css, mergeStyleSheets } = require('@nudj/components/lib/css')