@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 325 B
JavaScript
;
exports.__esModule = true;
exports.c_modal_box__header_main_PaddingBlockStart = {
"name": "--pf-v6-c-modal-box__header-main--PaddingBlockStart",
"value": "0.5rem",
"var": "var(--pf-v6-c-modal-box__header-main--PaddingBlockStart)"
};
exports["default"] = exports.c_modal_box__header_main_PaddingBlockStart;