Skip to content

Commit 15e1c43

Browse files
azrikaharatinux
andauthored
docs: fix minor typo (#217)
Co-authored-by: Sébastien Chopin <[email protected]>
1 parent bcfd2cc commit 15e1c43

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/content/en/setup.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,20 @@ See the [module options](/options).
8787

8888
Nuxt 2.14 is still using PostCSS 7, we have a [pull request](https://github.com/nuxt/nuxt.js/pull/8346) opened to upgrade the dependencies. Once merged on `v2.15`, we will release a major version of this module to include TailwindCSS 2, see [PR#203](https://github.com/nuxt-community/tailwindcss-module/pull/203).
8989

90-
In the meantime, you can upgrade Tailwind by using the [compatibily build](https://tailwindcss.com/docs/installation#post-css-7-compatibility-build).
90+
In the meantime, you can upgrade Tailwind by using the [compatibility build](https://tailwindcss.com/docs/installation#post-css-7-compatibility-build):
91+
92+
```bash
93+
yarn add --dev tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
94+
```
95+
96+
Please ensure you are using `Node >= 12.13.0` in order to use the version 2 of TailwindCSS.
9197

9298
<alert type="warning">
9399

94100
We have seen an issue with NPM regarding the packages resolution (see [comment](https://github.com/nuxt-community/tailwindcss-module/issues/202#issuecomment-738442349)), we hightly recommend to use [Yarn V1](https://classic.yarnpkg.com/en/docs/install) when working with Nuxt 2.
95101

96102
</alert>
97103

98-
```bash
99-
yarn add --dev tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
100-
```
101-
102-
Please ensure you are using `Node >= 12.13.0` in order to use the version 2 of TailwindCSS.
103104

104105
### Tailwind 1
105106

0 commit comments

Comments
 (0)