md-composer-color-plus-ultra/common/common.scss
2019-11-13 14:59:20 -05:00

13 lines
144 B
SCSS

[data-wrap="center"] {
text-align: center;
}
[data-wrap="right"] {
text-align: right;
}
[data-wrap="justify"] {
text-align: justify;
}