@gravityforms/design-tokens
Version:
Design tokens as PostCSS variables, media queries, and mixins for Gravity Forms development.
20 lines (19 loc) • 816 B
JavaScript
module.exports = {
'--%project_name%-common-spacer-1': '0.25rem',
'--%project_name%-common-spacer-2': '0.5rem',
'--%project_name%-common-spacer-3': '0.75rem',
'--%project_name%-common-spacer-4': '1rem',
'--%project_name%-common-spacer-5': '1.25rem',
'--%project_name%-common-spacer-6': '1.5rem',
'--%project_name%-common-spacer-8': '2rem',
'--%project_name%-common-spacer-10': '2.5rem',
'--%project_name%-common-spacer-12': '3rem',
'--%project_name%-common-spacer-16': '4rem',
'--%project_name%-common-spacer-20': '5rem',
'--%project_name%-common-spacer-24': '6rem',
'--%project_name%-common-spacer-32': '8rem',
'--%project_name%-common-spacer-40': '10rem',
'--%project_name%-common-spacer-48': '12rem',
'--%project_name%-common-spacer-56': '14rem',
'--%project_name%-common-spacer-64': '16rem',
};