Skip to content

Commit

Permalink
Link to postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 2, 2023
1 parent 9875912 commit 2d0b9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ To add JS to a page bundle in WebC, you would use a `<script>` element in a WebC

#### Modify the bundle output

You can wire up your own async-friendly callbacks to transform the bundle output too. Here’s a quick example of `postcss` integration.
You can wire up your own async-friendly callbacks to transform the bundle output too. Here’s a quick example of [`postcss` integration](https://github.com/postcss/postcss#js-api).

```js
const bundlerPlugin = require("@11ty/eleventy-plugin-bundle");
Expand Down

0 comments on commit 2d0b9f5

Please sign in to comment.