Closed
Description
Hi,
I found this article, explaining how to to avoid having warning with Angular-SASS:
- https://coreui.io/blog/angular-19-sass-deprecation-warnings/
- https://coreui.io/blog/how-to-fix-sass-import-rules-are-deprecated-and-will-be-removed-in-dart-sass-3-0-0/
I saw you modified already mostly all bootstrap library, thanks!
But I still have 2 warnings, do you plan to resolve them soon?
▲ [WARNING] `alert-variant()` has been deprecated as of v4.3.0. It will be removed entirely in v6.0.0. [plugin angular-sass]
angular:styles/global:styles:2:8:
2 │ @import 'src/styles.scss';
╵ ~~~~~~~~~~~~~~~~~
node_modules\@coreui\coreui\scss\mixins\_deprecate.scss 10:5 deprecate()
node_modules\@coreui\coreui\scss\mixins\_alert.scss 4:1 @forward
node_modules\@coreui\coreui\scss\_mixins.scss 28:1 @forward
node_modules\@coreui\coreui\scss\coreui.scss 8:1 @use
src\assets\scss\portal.scss 5:1 @use
src\styles.scss 2:1 root stylesheet
▲ [WARNING] `avatar()` has been deprecated as of v5.1.0. It will be removed entirely in v6.0.0. [plugin angular-sass]
angular:styles/global:styles:2:8:
2 │ @import 'src/styles.scss';
╵ ~~~~~~~~~~~~~~~~~
node_modules\@coreui\coreui\scss\mixins\_deprecate.scss 10:5 deprecate()
node_modules\@coreui\coreui\scss\mixins\_avatar.scss 4:1 @forward
node_modules\@coreui\coreui\scss\_mixins.scss 29:1 @forward
node_modules\@coreui\coreui\scss\coreui.scss 8:1 @use
src\assets\scss\portal.scss 5:1 @use
src\styles.scss 2:1 root stylesheet
Here are the versions I use:
"@coreui/angular": "~5.4.3",
"@coreui/coreui": "~5.3.1",
"@coreui/icons-angular": "~5.4.3",
Thanks