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