flex-box warning at Angular demo compiler
The following warning shows when the ng serve command is executed at the Angular Demo 2:
(44192:3) autoprefixer: end value has mixed support, consider using flex-end instead I am guessing the cause of the warning is the use of the general value: end css value instead of the flex related: flex-end (or similarly flex-start)
justify-content: end is used
instead of the correct justify-content: flex-end;
Replies (1)
Thank you for your valuable feedback. Your input is greatly appreciated. We are committed to delivering the best experience for our users and will work to address the issue. We will make the necessary improvements in our next update.
Thanks