Skip to content

Commit

Permalink
Use Dart SASS instead of node-sass when compiling CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Jun 24, 2024
1 parent cd06ded commit 2ac8602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/compile-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const mkdirp = require('mkdirp');
const glob = require('glob');
const pify = require('pify');

const sass = require('node-sass');
const sass = require('sass');

const postcss = require('postcss');
const autoprefixer = require('autoprefixer');
Expand Down

0 comments on commit 2ac8602

Please sign in to comment.