Change from Intall to Install in line 239 (#2457)
Someone forgot to add an "s" into install, so I added one.
This commit is contained in:
parent
4c4c801378
commit
d081d342b6
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ Autoprefixer is no longer run by default. To enable:
|
|||
|
||||
Ensure you have PostCSS installed. This was optional in previous releases, but is required now:
|
||||
|
||||
1. Intall the latest version of postcss (`npm i -D postcss`)
|
||||
1. Install the latest version of postcss (`npm i -D postcss`)
|
||||
2. Create a `postcss.config.cjs` file at the root of your project with:
|
||||
```js
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in a new issue