mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
fix(v2): remove no longer used postcss-present-env from dependencies (#4506)
This commit is contained in:
parent
11843a02fe
commit
5534affdb9
3 changed files with 5 additions and 335 deletions
|
@ -361,14 +361,7 @@ By default, `postcssOptions` looks like this:
|
|||
```js
|
||||
const postcssOptions = {
|
||||
ident: 'postcss',
|
||||
plugins: [
|
||||
require('postcss-preset-env')({
|
||||
autoprefixer: {
|
||||
flexbox: 'no-2009',
|
||||
},
|
||||
stage: 4,
|
||||
}),
|
||||
],
|
||||
plugins: [require('autoprefixer')],
|
||||
};
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue