Skip to content

Commit 7068c91

Browse files
committed
fix:解决build报sass警告(math.div($--tooltip-arrow-size, 2))
1 parent f44776f commit 7068c91

File tree

3 files changed

+12
-43
lines changed

3 files changed

+12
-43
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_modules/
44
dist
55
lib
66
# 忽略目录
7-
examples/
7+
# examples/
88
# packages/
99
# public/
1010

package-lock.json

+10-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"chai": "^4.1.2",
5555
"eslint": "^5.16.0",
5656
"eslint-plugin-vue": "^5.0.0",
57-
"sass": "^1.26.10",
57+
"sass": "^1.32.13",
5858
"sass-loader": "^8.0.2",
5959
"vue-cli-plugin-element": "^1.0.1",
6060
"vue-template-compiler": "2.6.14",

0 commit comments

Comments
 (0)