Skip to content

Commit

Permalink
chore: Replace node-sass with sass
Browse files Browse the repository at this point in the history
  • Loading branch information
izkmdz committed Feb 24, 2022
1 parent f732699 commit ea0880d
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 782 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

var path = require('path'),
getCodeVersion = require('silvermine-serverless-utils/src/get-code-version'),
nodeSass = require('node-sass'),
sass = require('sass'),
join = path.join.bind(path);

module.exports = function(grunt) {
Expand Down Expand Up @@ -116,7 +116,7 @@ module.exports = function(grunt) {
},
options: {
sourceMap: DEBUG,
implementation: nodeSass,
implementation: sass,
indentWidth: 3,
outputStyle: DEBUG ? 'expanded' : 'compressed',
sourceComments: DEBUG,
Expand Down
Loading

0 comments on commit ea0880d

Please sign in to comment.