@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 365 B
JavaScript
;
exports.__esModule = true;
exports.c_tab_content__body_m_padding_xl_PaddingInlineStart = {
"name": "--pf-v6-c-tab-content__body--m-padding--xl--PaddingInlineStart",
"value": "1.5rem",
"var": "var(--pf-v6-c-tab-content__body--m-padding--xl--PaddingInlineStart)"
};
exports["default"] = exports.c_tab_content__body_m_padding_xl_PaddingInlineStart;