Skip to content

Commit ce75b6a

Browse files
committed
fix(docs): add TypeScript type annotation for PostCSS configuration in webpack guide
1 parent bbf47c2 commit ce75b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/content/docs/guides/webpack.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ touch postcss.config.mjs
223223
Add `@tailwindcss/postcss` to your `postcss.config.mjs` file:
224224

225225
```js
226+
/** @type {import('postcss-load-config').Config} */
226227
export default {
227228
plugins: {
228229
"@tailwindcss/postcss": {},

0 commit comments

Comments
 (0)