diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b759e9c..f02cd232 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,6 +35,12 @@ Install the project dependencies: yarn install ``` +Build the CSS used in the documentation site: + +```sh +yarn build:css +``` + ## Documentation set-up Component documentation is located in the `docs` folder. The website is built using svite, routify, and MDsveX. You will need to create a symbolic project link in order to see live changes reflected when developing locally. diff --git a/docs/index.html b/docs/index.html index 3f177e40..98e9585d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,10 +5,6 @@