Hi,
With the latest update (v8.1.7) the react build was producing some warnings:
(44185:3) autoprefixer: end value has mixed support, consider using flex-end instead
webpack compiled with 2 warnings
To fix this, the following lines needed to be changed to use 'flex-end' instead of 'end':
src\_metronic\assets\sass\core\components\_engage.scss:
Line 12 -> align-items: flex-end;
src\_metronic\assets\sass\core\components\helpers\_flex.scss :
Line 42 -> justify-content: flex-end;
Line 43 -> align-items: flex-end;
This fixed the compilation issues. Would be great if this was added.
Thanks!
Best wishes,
Tamas
Hi Tamas,
Thanks again for your message.
We will update zips on Metronic Downloads page with a fix for this warning in a few days and the official fix will be available in the next release.
Regards,
Lauris Stepanovs,
Keenthemes Support Team