Skip to content

Commit

Permalink
updated sass import per sass/dart-sass#1995
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Jun 13, 2023
1 parent 0d4e432 commit 0705f75
Show file tree
Hide file tree
Showing 2 changed files with 8,107 additions and 8,107 deletions.
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import gulp from 'gulp';
import autoprefexer from 'gulp-autoprefixer';
import dartSass from 'sass';
import * as dartSass from 'sass';
import gulpSass from 'gulp-sass';
const sass = gulpSass(dartSass);

Expand Down
Loading

0 comments on commit 0705f75

Please sign in to comment.