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