Skip to content

Commit

Permalink
Fix link to PostCSS with Laravel Mix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcsmith authored Jul 12, 2024
1 parent 5e1f575 commit 65f2d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser_app_skeleton/webpack.mix.js.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mix
// SASS entry file. Uses autoprefixer automatically.
.sass("src/css/app.scss", "css")
// Customize postCSS:
// https://github.com/JeffreyWay/laravel-mix/blob/master/docs/css-preprocessors.md#postcss-plugins
// https://github.com/laravel-mix/laravel-mix/blob/master/docs/postcss.md
.options({
// If you want to process images, change this to true and add options from
// https://github.com/tcoopman/image-webpack-loader
Expand Down

0 comments on commit 65f2d3d

Please sign in to comment.