@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 389 B
JavaScript
;
exports.__esModule = true;
exports.c_page__sidebar_body_m_context_selector_PaddingInlineStart = {
"name": "--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart",
"value": "1rem",
"var": "var(--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart)"
};
exports["default"] = exports.c_page__sidebar_body_m_context_selector_PaddingInlineStart;