@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 333 B
JavaScript
;
exports.__esModule = true;
exports.c_table__action_responsive_MarginInlineStart = {
"name": "--pf-v6-c-table__action--responsive--MarginInlineStart",
"value": "2rem",
"var": "var(--pf-v6-c-table__action--responsive--MarginInlineStart)"
};
exports["default"] = exports.c_table__action_responsive_MarginInlineStart;