Page 1 of 1

Warning when compiling angular 12

Posted: 30 Nov 2021, 11:55
by jamesskurray

Code: Select all

 Generating browser application bundles (phase: building)
 
 WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($shade, 100)

More info and automated migrator: https://sass-lang.com/d/slash-div

                   {prop}: {"rgba({colorValue},{shade / 100})"} !important;

    node_modules\primeflex\src\_mixins.scss 164:56  rgba-color-class()
    node_modules\primeflex\src\_colors.scss 14:1    @import
    node_modules\primeflex\primeflex.scss 4:9       @import
    src\styles.scss 2:9                             root stylesheet
    

Re: Warning when compiling angular 12

Posted: 04 Dec 2021, 17:10
by Melloware

Re: Warning when compiling angular 12

Posted: 26 Apr 2022, 03:28
by mert.sincan
Fixed for the next version.

Best Regards,