@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 325 B
JavaScript
;
exports.__esModule = true;
exports.t_global_spacer_control_horizontal_default = {
"name": "--pf-t--global--spacer--control--horizontal--default",
"value": "1rem",
"var": "var(--pf-t--global--spacer--control--horizontal--default)"
};
exports["default"] = exports.t_global_spacer_control_horizontal_default;