Created
July 9, 2020 11:45
-
-
Save Akhigbe-E/d409697c7c14c420ca8c4d95ba65c5e8 to your computer and use it in GitHub Desktop.
Revisions
-
Akhigbe-E created this gist
Jul 9, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ const transpileSassToCss = (cb) => { return gulp.src(`src/scss/main.scss`) .pipe(dest(`src/css`)) }