@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
15 lines • 355 B
JavaScript
;
exports.__esModule = true;
exports.c_truncate = {
".pf-v6-c-truncate": {
"c_truncate_MinWidth": {
"name": "--pf-v6-c-truncate--MinWidth",
"value": "6ch"
},
"c_truncate__start_MinWidth": {
"name": "--pf-v6-c-truncate__start--MinWidth",
"value": "6ch"
}
}
};
exports["default"] = exports.c_truncate;