Skip to content

Commit

Permalink
#235 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 1, 2023
1 parent 2e47e53 commit 81f9ef8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ module.exports = function (grunt) {
uncompressed: {
options: {
sourceMap: false,
outputStyle: 'expanded'
outputStyle: 'expanded',
implementation: require('node-sass')
},
files: {
'dist/<%= pkg.name %>-<%= pkg.version %>.css': 'scss/main.scss'
Expand Down

0 comments on commit 81f9ef8

Please sign in to comment.