1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 00:27:40 +02:00
portfolio/gatsby-browser.js

4 lines
78 B
JavaScript
Raw Normal View History

exports.onInitialClientRender = () => {
2018-06-20 22:53:08 +02:00
require('./src/styles/base.scss')
}