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