- `.align-right` doesn't align the flex element without adding `text-align: right` to self. Which defeats the whole purpose of `.align-right` class. - Weird `width` or `flex-basis` issue on flex elements that are set to `auto` width. They're either bigger or smaller with 1px. **Not present in `v0.9`** - Rewrite Media Queries to apply, as well, only to certain viewport sizes.
.align-rightdoesn't align the flex element without addingtext-align: rightto self. Which defeats the whole purpose of.align-rightclass.widthorflex-basisissue on flex elements that are set toautowidth. They're either bigger or smaller with 1px. Not present inv0.9