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 9c21005 commit a34ab05Copy full SHA for a34ab05
src/pages/blog/tailwindcss-v4-alpha/index.mdx
@@ -296,7 +296,7 @@ $ npm install tailwindcss@next @tailwindcss/postcss@next
296
Then add our plugin to your `postcss.config.js` file:
297
298
```js {{ filename: 'postcss.config.js' }}
299
-module.exports: {
+module.exports = {
300
plugins: {
301
'@tailwindcss/postcss': {}
302
}
0 commit comments