@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 330 B
JavaScript
;
exports.__esModule = true;
exports.c_progress__helper_text_MarginBlockStart = {
"name": "--pf-v6-c-progress__helper-text--MarginBlockStart",
"value": "calc(0.5rem - 1rem)",
"var": "var(--pf-v6-c-progress__helper-text--MarginBlockStart)"
};
exports["default"] = exports.c_progress__helper_text_MarginBlockStart;