Skip to content

Commit

Permalink
Allow Sass mixed-decl until nesting supported by Stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Feb 12, 2025
1 parent cffa9ac commit f17ff6d
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 @@ -32,7 +32,7 @@ function compileCSS() {
.src(['packages/nhsuk.scss'])
.pipe(
sass({
silenceDeprecations: ['import']
silenceDeprecations: ['import', 'mixed-decls']
}).on('error', sass.logError)
)
.pipe(gulp.dest('dist/'))
Expand Down

0 comments on commit f17ff6d

Please sign in to comment.