You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,20 @@ This also works with relative paths. If you've installed into your app's directo
38
38
TAILWINDCSS_INSTALL_DIR=node_modules/.bin
39
39
```
40
40
41
+
### Using a custom postcss.config.js
42
+
43
+
If you want to use a custom `postcss.config.js`, for example to enable nesting, you can place it in the `config` folder and it will be loaded automatically.
0 commit comments