From 696bc5d836236c414319303dd5057cb59db40d0d Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Mon, 4 Feb 2019 15:46:56 -0800 Subject: [PATCH] fix: fix path to index.scss in _app.js --- pages/_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_app.js b/pages/_app.js index 55aca2f2..12cc66f4 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -8,7 +8,7 @@ import getComponents from '../docs/markdown' import {config, requirePage, rootPage} from '../docs/utils' import {CONTENT_MAX_WIDTH} from '../docs/constants' -import '../index.scss' +import '../src/index.scss' export default class MyApp extends App { static async getInitialProps({Component, ctx}) {