Files
posthog.com/gatsby-browser.js
Mike Nicklas 4051ea4f52 Setup Tailwind and PostCSS with Gatsby (#977)
* Setup tailwind and postcss with gatsby

* Switch image to inline-block and remove max-width on container

* Add missing space for enterprise email link

* Use initial styling for ordered & unordered lists

* Add correct style types for ul/ol elements

* Fix block level images in contributors grid

* Use scss for contributor faces instead of utility classes
2021-02-17 13:15:42 +00:00

14 lines
293 B
JavaScript

/**
* Implement Gatsby's Browser APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/browser-apis/
*/
import 'prismjs/themes/prism-okaidia.css'
import { wrapElement, initKea } from './kea'
import './src/styles/global.css'
initKea(false)
export const wrapRootElement = wrapElement