1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-07-01 06:02:08 +02:00
blog/gatsby-browser.js

7 lines
192 B
JavaScript
Raw Normal View History

2018-09-24 01:09:50 +02:00
import './src/styles/global.scss'
2018-07-18 00:24:11 +02:00
2018-09-24 01:09:50 +02:00
// IntersectionObserver polyfill for gatsby-image (Safari, IE)
if (typeof window.IntersectionObserver === 'undefined') {
import('intersection-observer')
2018-07-18 00:24:11 +02:00
}