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