Skip to content

Commit

Permalink
fix: main specs (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwagner committed Jul 22, 2024
1 parent 65f2d3d commit ca11a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/browser_src_template/expected/webpack.mix.js
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
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 ca11a9f

Please sign in to comment.