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.
2 parents d037a60 + 9c0c864 commit 4ca1ed3Copy full SHA for 4ca1ed3
docs/source/docs/installation.blade.md
@@ -204,7 +204,7 @@ var tailwindcss = require('tailwindcss');
204
mix.sass('resources/assets/sass/app.scss', 'public/css')
205
.options({
206
processCssUrls: false,
207
- postCss: [ tailwindcss('./path/to/your/tailwind-config.js') ],
+ postCss: [ tailwindcss('./path/to/your/tailwind-config.js') ],
208
});
209
```
210
0 commit comments