Skip to content

Commit

Permalink
Merge pull request #6921 from ChurchCRM/swap-sass-implementations
Browse files Browse the repository at this point in the history
swap sass implementations since node-sass has been deprecated for a while
  • Loading branch information
DAcodedBEAT committed Apr 3, 2024
2 parents e93d05d + 9d82d65 commit 1c34c9b
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 2,913 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function (grunt) {

var datatTablesVer = "1.10.18";

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

// Project configuration.
grunt.initConfig({
Expand Down
Loading

0 comments on commit 1c34c9b

Please sign in to comment.