Skip to content

Commit

Permalink
Update sass.js
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhatley committed Dec 5, 2024
1 parent b45b26b commit 7b14045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gulp.task('sass-extensions', (done) => {
gulp.task('sass', () => {
return gulp.src(config.paths.assets + '/sass/*.scss')
.pipe(sourcemaps.init())
.pipe(sass({ outputStyle: 'expanded' }).on('error', (error) => {
.pipe(sass({ style: 'expanded' }).on('error', (error) => {
// write a blank application.css to force browser refresh on error
if (!fs.existsSync(stylesheetDirectory)) {
fs.mkdirSync(stylesheetDirectory)
Expand Down

0 comments on commit 7b14045

Please sign in to comment.