We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0eaafa + ea6552d commit 1702f70Copy full SHA for 1702f70
README.md
@@ -260,13 +260,10 @@ For example, to enable nesting:
260
261
```js
262
// postcss.config.js
263
-module.exports = {
+export default {
264
plugins: {
265
- 'postcss-import': {},
266
- 'tailwindcss/nesting': {},
267
- tailwindcss: {},
268
- autoprefixer: {},
269
- },
+ "@tailwindcss/postcss": {},
+ }
270
}
271
```
272
@@ -278,10 +275,9 @@ module.exports = {
278
275
"name": "my app",
279
276
"private": true,
280
277
"dependencies": {
281
- "postcss-advanced-variables": "^4.0.0",
282
- "postcss-import": "^16.0.1",
283
- "postcss-mixins": "^9.0.4",
284
- "tailwindcss": "^3.4.1"
+ "@tailwindcss/postcss": "^4.0.0",
+ "tailwindcss": "^4.0.0",
+ "postcss": "^8.5.1"
285
286
287
0 commit comments