Skip to content

Commit 0f07b2d

Browse files
authoredDec 16, 2019
Update index.js
After a quick review, it appears we can simply switch out node-sass with "sass", as its syntax for render functions seems to be 1:1.
1 parent b9f9d51 commit 0f07b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
const path = require('path')
4-
const sass = require('node-sass')
4+
const sass = require('sass')
55
const extend = require('extend-shallow')
66

77
exports.name = 'scss'

0 commit comments

Comments
 (0)
Please sign in to comment.