1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 03:10:10 +03:00

fix: fix path to index.scss in _app.js

This commit is contained in:
Shawn Allen 2019-02-04 15:46:56 -08:00
parent 8105fcbdc9
commit 696bc5d836

View File

@ -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}) {