@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
6 lines • 320 B
JavaScript
export const c_expandable_section__content_PaddingInlineStart = {
"name": "--pf-v6-c-expandable-section__content--PaddingInlineStart",
"value": "calc(0.5rem + 0.5rem + 1em)",
"var": "var(--pf-v6-c-expandable-section__content--PaddingInlineStart)"
};
export default c_expandable_section__content_PaddingInlineStart;