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:
parent
8105fcbdc9
commit
696bc5d836
@ -8,7 +8,7 @@ import getComponents from '../docs/markdown'
|
|||||||
import {config, requirePage, rootPage} from '../docs/utils'
|
import {config, requirePage, rootPage} from '../docs/utils'
|
||||||
import {CONTENT_MAX_WIDTH} from '../docs/constants'
|
import {CONTENT_MAX_WIDTH} from '../docs/constants'
|
||||||
|
|
||||||
import '../index.scss'
|
import '../src/index.scss'
|
||||||
|
|
||||||
export default class MyApp extends App {
|
export default class MyApp extends App {
|
||||||
static async getInitialProps({Component, ctx}) {
|
static async getInitialProps({Component, ctx}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user