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 justify-content flex-start/end instead of start/end #244

Closed coffeeandwork closed 5 months ago

coffeeandwork commented 5 months ago

For the justify-content css property, the values start and end do not seem to be supported in some opera and android opera browsers as described here: https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content according to https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content.

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

leonardorafael commented 5 months ago

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