From bbfa9977511eaca9a840be51798d65f6bde71291 Mon Sep 17 00:00:00 2001 From: Chuck Carpenter Date: Wed, 28 Feb 2024 17:25:19 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20note=20in=20docs=20about?= =?UTF-8?q?=20importing=20styels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs-src/tutorials/01-install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs-src/tutorials/01-install.md b/docs-src/tutorials/01-install.md index 20c2e3f3f..3ce400603 100644 --- a/docs-src/tutorials/01-install.md +++ b/docs-src/tutorials/01-install.md @@ -33,6 +33,14 @@ pnpm install shepherd.js --save bun add shepherd.js ``` +### styles + +Don't forget to add your styles + +```javascript +import 'shepherd.js/dist/css/shepherd.css'; +``` + ### GitHub Releases Whenever we release a new version, the contents of the `dist` are uploaded