@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 314 B
JavaScript
;
exports.__esModule = true;
exports.c_table__tree_view_main_indent_base = {
"name": "--pf-v6-c-table__tree-view-main--indent--base",
"value": "calc(1rem * 2 + 1rem)",
"var": "var(--pf-v6-c-table__tree-view-main--indent--base)"
};
exports["default"] = exports.c_table__tree_view_main_indent_base;