@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 362 B
JavaScript
;
exports.__esModule = true;
exports.c_drawer_m_pill_m_panel_bottom__splitter_Width = {
"name": "--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--Width",
"value": "calc(100% - (2 * 24px))",
"var": "var(--pf-v6-c-drawer--m-pill--m-panel-bottom__splitter--Width)"
};
exports["default"] = exports.c_drawer_m_pill_m_panel_bottom__splitter_Width;