Skip to content

Commit 3b34dc3

Browse files
author
SutuSebastian
committed
chore(web): update redwoodjs tailwind config code example
1 parent eed9d1e commit 3b34dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/content/docs/guides/redwood-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ yarn workspace web add flowbite-react
5757

5858
```js {5,9}
5959
/** @type {import('tailwindcss').Config} */
60-
export default {
60+
module.exports = {
6161
content: [
6262
// ...
6363
"../node_modules/flowbite-react/lib/esm/**/*.js",

0 commit comments

Comments
 (0)