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

[Feature Request] Using / for division is deprecated and will be removed in Dart Sass 2.0.0. #21071

Open
akmalov-i opened this issue Jun 11, 2021 · 11 comments

Comments

@akmalov-i
Copy link

Existing Component

Yes

Component Name

*.scss

Description

Please update Element-ui && Element-plus Scss components, these components have deprecated methods.
More info and automated migrator: https://sass-lang.com/d/slash-div

@BoBoBoBoBoBo007
Copy link

+1

@mmachatschek
Copy link

PR: #21019

@benmo1602
Copy link

修改sass 版本就可以了

"sass": "~1.32.6"

@lovesky
Copy link

lovesky commented Jul 30, 2021

修改sass 版本就可以了

"sass": "~1.32.6"

感谢 我用了这个也可以 "sass": "~1.32.13"

@radiorz
Copy link

radiorz commented Aug 9, 2021

原本使用 node-sass 6.0.1 不报错,但是node-sass比较容易安装不成功
同, 测试使用"sass": "~1.32.13" 不报错,多谢.

@mmachatschek
Copy link

@cs1707 friendly ping if the mentioned PR #21019 could be merged to fix the deprecation warnings

@haodaking
Copy link

可以先禁用警告

https://sass-lang.com/documentation/js-api#quietdeps
{ loader: 'sass-loader', options: { implementation: require('sass'), sassOptions: { quietDeps: true } } }

@innovaweb-dev
Copy link

Any news ? I have same problem.

@hellorayza
Copy link

Any news? I have same problem.

waiting
#21482 (comment)

@Morga147
Copy link

Issue still present (or came back?) in v2.15.8

@lixsh8
Copy link

lixsh8 commented Dec 1, 2022

2.15.12还有这个问题,尴尬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests