UNPKG

@gravityforms/design-tokens

Version:

Design tokens as PostCSS variables, media queries, and mixins for Gravity Forms development.

18 lines (16 loc) 413 B
const boxShadow = require( './box-shadow' ); const colors = require( './colors' ); const heights = require( './heights' ); const icons = require( './icons' ); const spacers = require( './spacers' ); const transitions = require( './transitions' ); const typography = require( './typography' ); module.exports = { ...boxShadow, ...colors, ...heights, ...icons, ...spacers, ...transitions, ...typography, };