@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 328 B
JavaScript
;
exports.__esModule = true;
exports.c_nav_m_horizontal__list_PaddingBlockStart = {
"name": "--pf-v6-c-nav--m-horizontal__list--PaddingBlockStart",
"value": "0.25rem",
"var": "var(--pf-v6-c-nav--m-horizontal__list--PaddingBlockStart)"
};
exports["default"] = exports.c_nav_m_horizontal__list_PaddingBlockStart;