Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
ZengXiangJun committed Sep 9, 2019
1 parent b4e38df commit 259d54a
Show file tree
Hide file tree
Showing 7 changed files with 2,427 additions and 2,851 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ assembly
.nodejs-cache
build
release
preview
preview
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion css-var-transform.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = function (css) {
return Enhancer.CssVar.transform(css, 'xlsx-parser');
return Enhancer.CssVar ? Enhancer.CssVar.transform(css, 'xlsx-parser') : css;
}

Loading

0 comments on commit 259d54a

Please sign in to comment.