Skip to content

Commit

Permalink
build: Change to use dart-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Jun 26, 2024
1 parent 0110e7f commit 179b24a
Show file tree
Hide file tree
Showing 3 changed files with 1,499 additions and 2,460 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const terser = require('gulp-terser');
const minify = require('cssnano');
const postcss = require('gulp-postcss');
const prefix = require('autoprefixer');
const sass = require('gulp-sass')(require('node-sass'));
const sass = require('gulp-sass')(require('sass'));

// Markdown-It
const cheerio = require('gulp-cheerio');
Expand Down
Loading

0 comments on commit 179b24a

Please sign in to comment.