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