Skip to content

Commit 78777ee

Browse files
committed
fix(docs): fix import to @theme-ui/css source code
1 parent 65e7b29 commit 78777ee

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

packages/docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@mdx-js/mdx": "^1.0.0-rc.0",
2121
"@mdx-js/react": "^1.0.0-rc.0",
2222
"@styled-system/edit": "^5.0.15",
23+
"@theme-ui/css": "^0.3.1",
2324
"@theme-ui/color": "^0.3.1",
2425
"@theme-ui/components": "^0.3.1",
2526
"@theme-ui/editor": "^0.3.1",

packages/docs/src/components/theme-scales.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @jsx jsx */
22
import { jsx } from 'theme-ui'
3-
import { scales, multiples } from '../../../css/src'
3+
import { scales, multiples } from '@theme-ui/css'
44
import { Styled } from 'theme-ui'
55

66
const camelDash = string =>

yarn.lock

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3524,7 +3524,7 @@
35243524
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
35253525
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
35263526

3527-
"@types/pluralize@^0.0.29":
3527+
35283528
version "0.0.29"
35293529
resolved "https://registry.yarnpkg.com/@types/pluralize/-/pluralize-0.0.29.tgz#6ffa33ed1fc8813c469b859681d09707eb40d03c"
35303530
integrity sha512-BYOID+l2Aco2nBik+iYS4SZX0Lf20KPILP5RGmM1IgzdwNdTs0eebiFriOPcej1sX9mLnSoiNte5zcFxssgpGA==
@@ -3595,20 +3595,6 @@
35953595
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
35963596
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
35973597

3598-
"@types/styled-system@^5.1.6":
3599-
version "5.1.6"
3600-
resolved "https://registry.yarnpkg.com/@types/styled-system/-/styled-system-5.1.6.tgz#4f45612df1f0987a05465dd280b16818e3e27c73"
3601-
integrity sha512-npB/Fdqc1TH6UwyB9CtsTXkg3zb8jg/WG4LUEQ85cY6oSRgRbytxfsgbgdG+YWQFtbznp3J/4BAdkPB+WsHheA==
3602-
dependencies:
3603-
csstype "^2.6.4"
3604-
3605-
"@types/styled-system__css@^5.0.4":
3606-
version "5.0.4"
3607-
resolved "https://registry.yarnpkg.com/@types/styled-system__css/-/styled-system__css-5.0.4.tgz#df83b015cf377ab39ecf33ea31339c05eeb9230a"
3608-
integrity sha512-SHHoNh9cCRTG9hcmCD2ua0NeYUrLmLXoMJ7g0U/e0FjrzcwNQtM5wjjEJVCVZymU632xA1PdPEykrtoSHTIecA==
3609-
dependencies:
3610-
csstype "^2.6.6"
3611-
36123598
"@types/testing-library__dom@*", "@types/testing-library__dom@^6.0.0":
36133599
version "6.10.0"
36143600
resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-6.10.0.tgz#590d76e3875a7c536dc744eb530cbf51b6483404"
@@ -8239,11 +8225,6 @@ csstype@^2.2.0, csstype@^2.5.7:
82398225
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5"
82408226
integrity sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==
82418227

8242-
csstype@^2.6.4, csstype@^2.6.6:
8243-
version "2.6.9"
8244-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.9.tgz#05141d0cd557a56b8891394c1911c40c8a98d098"
8245-
integrity sha512-xz39Sb4+OaTsULgUERcCk+TJj8ylkL4aSVDQiX/ksxbELSqwkgt4d4RD7fovIdgJGSuNYqwZEiVjYY5l0ask+Q==
8246-
82478228
currently-unhandled@^0.4.1:
82488229
version "0.4.1"
82498230
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"

0 commit comments

Comments
 (0)