Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushn21 committed Dec 8, 2020
1 parent f00a92a commit 3ec2487
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bridgetown-website/src/_docs/frontend-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@ $ yarn add @csstools/postcss-sass
And then include it at the top of the `plugins` array in `postcss.config.js`:

```js
module.exports = {
plugins: [
require('@csstools/postcss-sass'),
require('postcss-flexbugs-fixes'),
require('postcss-preset-env')({
module.exports = {
plugins: {
'@csstools/postcss-sass': {},
'postcss-flexbugs-fixes': {},
'postcss-preset-env': {
autoprefixer: {
flexbox: 'no-2009'
},
stage: 3
})
]
}
}
}
```

Expand Down

0 comments on commit 3ec2487

Please sign in to comment.