Skip to content

Commit 86015fd

Browse files
committed
import primer/css stuff from ../..
1 parent f169512 commit 86015fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/variables.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import Octicon, {Alert} from '@primer/octicons-react'
44
import themeGet from '@styled-system/theme-get'
55
import DoctocatTable from '@primer/gatsby-theme-doctocat/src/components/table'
66
import styled from 'styled-components'
7-
import variables from '@primer/css/dist/variables.json'
8-
import {variableDeprecations} from '@primer/css/deprecations'
7+
import variables from '../../dist/variables.json'
8+
import {variableDeprecations} from '../../deprecations'
99

1010
const Table = styled(DoctocatTable)`
1111
font-size: ${themeGet('fontSizes.1')}px;

0 commit comments

Comments
 (0)