Skip to content

Commit 905220d

Browse files
committed
[TASK] Migrate from node-sass to sass
1 parent a90e3fc commit 905220d

File tree

14 files changed

+4629
-15793
lines changed

14 files changed

+4629
-15793
lines changed

Build/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const sass = require('node-sass');
1+
const sass = require('sass');
22
const fantasticon = require('fantasticon');
33

44
module.exports = function(grunt) {
@@ -160,7 +160,7 @@ module.exports = function(grunt) {
160160
implementation: sass,
161161
outputStyle: 'expanded',
162162
precision: 8,
163-
sourceMap: false
163+
sourceMap: false,
164164
},
165165
bootstrap5_theme: {
166166
files: {

0 commit comments

Comments
 (0)