Version: 0.2.0
Alignment
Allows you to change the alignment of your text.
Mixins#
align-leftalign-rightalign-centeralign-justify
Note#
The align-left and align-right uses the values start and end respectively, which means it will automatically flip around on RTL content (if the dir attribute exists, see MDN for more info). This should cause no issues, however if it does, please use text-align: <direction> instead.