@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 322 B
JavaScript
;
exports.__esModule = true;
exports.c_accordion__expandable_content_MaxHeight = {
"name": "--pf-v6-c-accordion__expandable-content--MaxHeight",
"value": "99999px",
"var": "var(--pf-v6-c-accordion__expandable-content--MaxHeight)"
};
exports["default"] = exports.c_accordion__expandable_content_MaxHeight;