From c8ac256aad784013d25392e5fd277469f4dbbb33 Mon Sep 17 00:00:00 2001 From: Brage Date: Tue, 11 Jan 2022 12:50:44 +0200 Subject: [PATCH] docs: add dependencies to "getting started" --- packages/docs/src/pages/getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/pages/getting-started/index.mdx b/packages/docs/src/pages/getting-started/index.mdx index 113f5e3e4..6895f9dd5 100644 --- a/packages/docs/src/pages/getting-started/index.mdx +++ b/packages/docs/src/pages/getting-started/index.mdx @@ -9,7 +9,7 @@ import IntroCodeSamples from '../../components/intro-code-samples' Install Theme UI. ```sh -npm install theme-ui +npm install theme-ui @emotion/react @emotion/styled @mdx-js/react ``` Create a theme object to include custom color, typography, and layout values.