2018-10-09 21:58:46 +02:00

9 lines
210 B
JavaScript

import system from './system'
import { tokens } from './system/tokens'
import * as utils from './system/utils'
import * as mixins from './system/mixins'
export { tokens, utils, mixins }
export default system