beercss / beercss

Build material design interfaces in record time... without stress for devs... πŸΊπŸ’›
https://www.beercss.com
MIT License
940 stars 47 forks source link

use align-items flex-start/end instead of start/end #246

Closed coffeeandwork closed 5 months ago

coffeeandwork commented 5 months ago

This is similar to to the #244

For the align-items css property, the values start and end do not seem to be supported in opera android according to https://developer.mozilla.org/en-US/docs/Web/CSS/align-items

We could replace start with flex-start and end with flex-end and there would be no issues with browser support.

leonardorafael commented 5 months ago

Merged in https://github.com/beercss/beercss/pull/247