Description
Deprecation Warning [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.mix instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
241 │ color: mix(#fff, $uni-error, 50%);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules@dcloudio\uni-ui\lib\uni-easyinput\uni-easyinput.vue 241:11 root stylesheet
Deprecation Warning [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.
More info and automated migrator: https://sass-lang.com/d/import
╷
123 │ color: darken($color: $uni-primary, $amount: 40%);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
node_modules@dcloudio\uni-ui\lib\uni-datetime-picker\calendar