UNPKG

@gravityforms/design-tokens

Version:

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

9 lines (8 loc) 397 B
module.exports = { '--%project_name%-theme-viewport-sm': '(min-width: 640px)', '--%project_name%-theme-viewport-md': '(min-width: 768px)', '--%project_name%-admin-viewport-wpadmin': '(min-width: 783px)', '--%project_name%-theme-viewport-lg': '(min-width: 1024px)', '--%project_name%-theme-viewport-xl': '(min-width: 1280px)', '--%project_name%-theme-viewport-2xl': '(min-width: 1536px)', };