@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 326 B
JavaScript
;
exports.__esModule = true;
exports.c_about_modal_box_BackgroundSize_min_width = {
"name": "--pf-v6-c-about-modal-box--BackgroundSize--min-width",
"value": "200px",
"var": "var(--pf-v6-c-about-modal-box--BackgroundSize--min-width)"
};
exports["default"] = exports.c_about_modal_box_BackgroundSize_min_width;