Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
update dependencies (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
aciccarello authored Jul 26, 2019
1 parent 56a1690 commit 16432f2
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 420 deletions.
3 changes: 3 additions & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const sass = require('node-sass');

module.exports = function(grunt)
{
grunt.initConfig({
Expand Down Expand Up @@ -57,6 +59,7 @@ module.exports = function(grunt)
},
sass: {
options: {
implementation: sass,
style: 'compact',
unixNewlines: true
},
Expand Down
Loading

0 comments on commit 16432f2

Please sign in to comment.