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

chore: fix SCSS path

This commit is contained in:
Shawn Allen 2019-02-04 13:28:41 -08:00
parent c54b4c72ae
commit 946d121288

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 'primer/index.scss'
import '../index.scss'
export default class MyApp extends App {
static async getInitialProps({Component, ctx}) {