@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 330 B
JavaScript
;
exports.__esModule = true;
exports.c_background_image_BackgroundSize_max_width = {
"name": "--pf-v6-c-background-image--BackgroundSize--max-width",
"value": "600px",
"var": "var(--pf-v6-c-background-image--BackgroundSize--max-width)"
};
exports["default"] = exports.c_background_image_BackgroundSize_max_width;