uni-ui icon indicating copy to clipboard operation
uni-ui copied to clipboard

Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0

Open arniu opened this issue 1 year ago • 0 comments

Deprecation Warning: 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

    ╷
218 │             color: mix(#fff, $uni-error, 50%);
    │                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    node_modules/@dcloudio/uni-ui/lib/uni-easyinput/uni-easyinput.vue 218:11  root stylesheet

arniu avatar Dec 18 '24 08:12 arniu