Skip to content

Commit

Permalink
fix(gatsby-starter-blog): Load PrismJS theme CSS (#20282)
Browse files Browse the repository at this point in the history
* Load PrismJS theme CSS

* change require to import

Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
YoshiWalsh and LekoArts committed Jan 8, 2020
1 parent 932deb8 commit 2de9617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starters/blog/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// custom typefaces
import "typeface-montserrat"
import "typeface-merriweather"

import "prismjs/themes/prism.css"

0 comments on commit 2de9617

Please sign in to comment.