@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 315 B
JavaScript
;
exports.__esModule = true;
exports.c_modal_box_m_align_top_MaxWidth = {
"name": "--pf-v6-c-modal-box--m-align-top--MaxWidth",
"value": "calc(100% - min(0.5rem * 2, 2rem))",
"var": "var(--pf-v6-c-modal-box--m-align-top--MaxWidth)"
};
exports["default"] = exports.c_modal_box_m_align_top_MaxWidth;