I noticed that if block to assign flrxbox-alignment the text-align is no longer valid, that is, flexbox overlaps it.
Is it really so?
Here's an example:
<span id='s'>text</span>
#s {
width: 400px;
border: 1px solid red;
display: flex;
justify-content: flex-end;
text-align: left;
}
— the text is aligned to the right, despite the fact that text-align: left