@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 356 B
JavaScript
;
exports.__esModule = true;
exports.c_code_editor__code_pre_FontFamily = {
"name": "--pf-v6-c-code-editor__code-pre--FontFamily",
"value": "\"Red Hat Mono\", \"RedHatMono\", \"Courier New\", Courier, monospace",
"var": "var(--pf-v6-c-code-editor__code-pre--FontFamily)"
};
exports["default"] = exports.c_code_editor__code_pre_FontFamily;