@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
6 lines • 305 B
TypeScript
export const 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)"
};
export default c_code_editor__code_pre_FontFamily;