react-alice-carousel icon indicating copy to clipboard operation
react-alice-carousel copied to clipboard

Deprecation Warning [global-builtin]

Open sggurjeet opened this issue 9 months ago • 0 comments

In vite js i am getting this error

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

    ╷
215 │       background-color: lighten($clr-base, 15%);
    │                         ^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    node_modules/react-alice-carousel/lib/scss/alice-carousel.scss 215:25  root stylesheet

Does anyone have an idea how to resolve this

sggurjeet avatar Jan 16 '25 04:01 sggurjeet