We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3fc88 commit 804a382Copy full SHA for 804a382
content/core/getting-started/_index.md
@@ -70,7 +70,7 @@ npx tailwindcss init
70
Update `tailwind.config.js`:
71
```javascript
72
/** @type {import('tailwindcss').Config} */
73
-module.exports = {
+export default {
74
content: [
75
"./src/**/*.{js,jsx,ts,tsx}",
76
"./node_modules/@fireact.dev/core/dist/**/*.{js,mjs}"
0 commit comments