UNPKG

@rocketsofawesome/mirage

Version:

[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)

10 lines (8 loc) 196 B
import miniColors from './miniColors' import miniBorders from './miniBorders' import theme from 'SRC/core/theme/theme' export default { ...theme, borders: miniBorders, colors: miniColors }