mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
7 lines
192 B
JavaScript
7 lines
192 B
JavaScript
import './src/styles/global.scss'
|
|
|
|
// IntersectionObserver polyfill for gatsby-image (Safari, IE)
|
|
if (typeof window.IntersectionObserver === 'undefined') {
|
|
import('intersection-observer')
|
|
}
|