Skip to content

Commit

Permalink
Update gulpfile.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMeehan committed Nov 3, 2023
1 parent a3ae166 commit 48833b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import gulpSass from "gulp-sass";
import concat from "gulp-concat";
import { rollup } from "rollup";

const sass = gulpSass(dartSass);

function compileSCSS() {
return gulp
.src("./styles/**/*.scss")
Expand Down

0 comments on commit 48833b7

Please sign in to comment.