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