@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 313 B
JavaScript
;
exports.__esModule = true;
exports.c_form__group_m_action_MarginBlockStart = {
"name": "--pf-v6-c-form__group--m-action--MarginBlockStart",
"value": "2rem",
"var": "var(--pf-v6-c-form__group--m-action--MarginBlockStart)"
};
exports["default"] = exports.c_form__group_m_action_MarginBlockStart;