Skip to content

Commit

Permalink
docs: remove postcss from install script (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvoo authored Feb 18, 2022
1 parent ef31105 commit 7d3e1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1.getting-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Add `@nuxtjs/storybook` dependency to your project:
<code-group>

```bash [Yarn]
yarn add --dev @nuxtjs/storybook postcss@latest
yarn add --dev @nuxtjs/storybook
```

```bash [NPM]
npm install --save-dev @nuxtjs/storybook postcss@latest
npm install --save-dev @nuxtjs/storybook
```

</code-group>
Expand Down

0 comments on commit 7d3e1b9

Please # to comment.