Skip to content

Commit

Permalink
chore: reference CJS config file
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Sep 9, 2022
1 parent 96f8de5 commit bc733fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/three-humans-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/tailwind': patch
---

Update README to reference a `.cjs` config file
2 changes: 1 addition & 1 deletion packages/integrations/tailwind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ import tailwind from '@astrojs/tailwind';
export default {
integrations: [tailwind({
// Example: Provide a custom path to a Tailwind config file
config: { path: './custom-config.js' },
config: { path: './custom-config.cjs' },
})],
}
```
Expand Down

0 comments on commit bc733fa

Please sign in to comment.