I use v2.15.7, and the sass version I use is 1.32.13. It's not easy to upgrade. There will be many problems because I use a lot of sass
Open
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
管理员你好,我用的是v2.15.7,然后我用的sass版本是1.32.13 不好升级,会出现很多问题,因为我用了大量的sass
然后 element-ui 2.15.7 的一个CSS存在不兼容情况,
node_modules\element-ui\packages\theme-chalk\src\common\var.scss
这个文件的 第 490行
$--group-option-flex: 0 0 math.div(1, 5) * 100% !default;
找不到 math.div(1, 5) 的了,我改为了
$--group-option-flex: 0 0 (1 / 5) * 100% !default;
我只是告诉您一下 就这个不兼容, 其他都正常, 感谢
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.