@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 416 B
JavaScript
;
exports.__esModule = true;
exports.c_expandable_section_m_indented__content_PaddingInlineStart = {
"name": "--pf-v6-c-expandable-section--m-indented__content--PaddingInlineStart",
"value": "calc(0.5rem + 0.5rem + 1em)",
"var": "var(--pf-v6-c-expandable-section--m-indented__content--PaddingInlineStart)"
};
exports["default"] = exports.c_expandable_section_m_indented__content_PaddingInlineStart;