Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scss中已废除lighten()和darken()函数.建议修复 #2559

Open
1 task done
baiseng opened this issue Sep 19, 2024 · 2 comments
Open
1 task done

scss中已废除lighten()和darken()函数.建议修复 #2559

baiseng opened this issue Sep 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@baiseng
Copy link

baiseng commented Sep 19, 2024

可复现的链接(包含复现链接与示例代码):

问题描述与截图:

Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

Deprecation Warning: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 16.3461538462%)
color.adjust($color, $lightness: 10%)

Deprecation Warning: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -15.5963302752%)
color.adjust($color, $lightness: -10%)

期望的结果:

No response

操作系统:

win10

浏览器版本:

chrome 95

vue 版本:

3.5.6

vxe-pc-ui 版本:

4.1.28

vxe-table 版本:

4.7.79

是否使用当前最新版本?

  • 我已确认是使用当前的最新版本并已按要求提供复现链接与示例代码。
@baiseng baiseng added the bug Something isn't working label Sep 19, 2024
@VTing4Yo
Copy link

我也遇到了,什么时候修复

@InKeey
Copy link

InKeey commented Sep 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants