Skip to content

Commit 65f2d3d

Browse files
authored
Fix link to PostCSS with Laravel Mix
1 parent 5e1f575 commit 65f2d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser_app_skeleton/webpack.mix.js.ecr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mix
5050
// SASS entry file. Uses autoprefixer automatically.
5151
.sass("src/css/app.scss", "css")
5252
// Customize postCSS:
53-
// https://github.com/JeffreyWay/laravel-mix/blob/master/docs/css-preprocessors.md#postcss-plugins
53+
// https://github.com/laravel-mix/laravel-mix/blob/master/docs/postcss.md
5454
.options({
5555
// If you want to process images, change this to true and add options from
5656
// https://github.com/tcoopman/image-webpack-loader

0 commit comments

Comments
 (0)