@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 354 B
JavaScript
;
exports.__esModule = true;
exports.c_form__group_control__helper_text_MarginBlockEnd = {
"name": "--pf-v6-c-form__group-control__helper-text--MarginBlockEnd",
"value": "0.25rem",
"var": "var(--pf-v6-c-form__group-control__helper-text--MarginBlockEnd)"
};
exports["default"] = exports.c_form__group_control__helper_text_MarginBlockEnd;