Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Jan 8, 2025
1 parent ab7c6c4 commit 9ae65a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { init, write } from "gulp-sourcemaps";

import concat from "gulp-concat";
import gulpSass from "gulp-sass";
import gzip from "gulp-gzip";
import minifyCSS from "gulp-csso";
import sassLib from "sass";
import svgmin from "gulp-svgmin";
import terser from "gulp-terser";
import gzip from "gulp-gzip";

const sass = gulpSass(sassLib);

Expand Down

0 comments on commit 9ae65a0

Please sign in to comment.