1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-09 18:46:23 +02:00

sass: upgrade to 3.6.3 fixes #393

This commit is contained in:
Kushagra Gour
2019-06-05 18:56:12 +05:30
parent a50c25dacb
commit a31de0f94a
2 changed files with 96 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
/*! sass.js - v0.9.10 (9a781bf) - built 2016-04-24 /*! sass.js - v0.11.0 (cee0666) - built 2019-05-19
providing libsass 3.3.6 (3ae9a20) providing libsass 3.6.0 (8d220b74)
via emscripten 1.36.1 (d5085ed) via emscripten 1.38.31 (040e49a)
*/ */
(function (root, factory) { (function (root, factory) {
@@ -24,7 +24,8 @@ var SASSJS_RELATIVE_PATH = (function() {
'use strict'; 'use strict';
// in Node things are rather simple // in Node things are rather simple
if (typeof __dirname !== 'undefined') { var hasDir = typeof __dirname !== 'undefined';
if (hasDir) {
return __dirname; return __dirname;
} }

File diff suppressed because one or more lines are too long