Skip to content

Commit

Permalink
Merge branch 'main' into table-break-word-modified
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto authored Nov 29, 2024
2 parents 91894b2 + af15409 commit eb11c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sass.compiler = require('sass')
function compileCSS() {
return gulp
.src(['packages/nhsuk.scss'])
.pipe(sass())
.pipe(sass().on('error', sass.logError))
.pipe(gulp.dest('dist/'))
.on('error', (err) => {
console.log(err)
Expand Down

0 comments on commit eb11c26

Please sign in to comment.