Skip to content

Commit

Permalink
docs(v2): update postcssOptions in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Mar 23, 2021
1 parent 75ae299 commit 13b1672
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions website/docs/lifecycle-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,7 @@ By default, `postcssOptions` looks like this:
const postcssOptions = {
ident: 'postcss',
plugins: [
require('postcss-preset-env')({
autoprefixer: {
flexbox: 'no-2009',
},
stage: 4,
}),
require('autoprefixer'),
],
};
```
Expand Down

0 comments on commit 13b1672

Please sign in to comment.