diff --git a/src/components/Highlight.js b/src/components/Highlight.js index 1f3a1f62..3ddafdb3 100644 --- a/src/components/Highlight.js +++ b/src/components/Highlight.js @@ -7,7 +7,7 @@ import loadLanguages from 'prismjs/components/index'; import PropTypes from 'prop-types'; import { color, typography } from './shared/styles'; -const languages = ['bash', 'javascript', 'typescript', 'json']; +const languages = ['bash', 'javascript', 'typescript', 'json', 'css']; loadLanguages(languages); // Prism theme copied from 'prismjs/themes/prism.css.' -- without Webpack, the CSS