Skip to content

Commit

Permalink
chore: upgrade gulp-sass to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
cafrias committed Dec 13, 2024
1 parent f86c44f commit 2eb3350
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const createSass =
})
.pipe(
sass({
outputStyle: production ? "compressed" : "expanded",
includePaths: ["node_modules"],
style: production ? "compressed" : "expanded",
loadPaths: ["node_modules"],
}).on("error", sass.logError)
)
.pipe(postcss())
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"gulp": "^5.0.0",
"gulp-header": "^2.0.9",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass": "^6.0.0",
"gulp-shell": "^0.8.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
Expand Down

0 comments on commit 2eb3350

Please sign in to comment.