We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11438d6 commit ea6552dCopy full SHA for ea6552d
README.md
@@ -251,13 +251,10 @@ For example, to enable nesting:
251
252
```js
253
// postcss.config.js
254
-module.exports = {
+export default {
255
plugins: {
256
- 'postcss-import': {},
257
- 'tailwindcss/nesting': {},
258
- tailwindcss: {},
259
- autoprefixer: {},
260
- },
+ "@tailwindcss/postcss": {},
+ }
261
}
262
```
263
@@ -269,10 +266,9 @@ module.exports = {
269
266
"name": "my app",
270
267
"private": true,
271
268
"dependencies": {
272
- "postcss-advanced-variables": "^4.0.0",
273
- "postcss-import": "^16.0.1",
274
- "postcss-mixins": "^9.0.4",
275
- "tailwindcss": "^3.4.1"
+ "@tailwindcss/postcss": "^4.0.0",
+ "tailwindcss": "^4.0.0",
+ "postcss": "^8.5.1"
276
277
278
0 commit comments