@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 373 B
JavaScript
;
exports.__esModule = true;
exports.c_switch__toggle_before_InsetInlineStart = {
"name": "--pf-v6-c-switch__toggle--before--InsetInlineStart",
"value": "calc((calc(0.875rem * 1.5) - calc(0.875rem - 0.125rem)) / 2)",
"var": "var(--pf-v6-c-switch__toggle--before--InsetInlineStart)"
};
exports["default"] = exports.c_switch__toggle_before_InsetInlineStart;