Merge pull request #2 from thw26/patch-2

Update to New Wrap Support
This commit is contained in:
iunctis.fr 2019-11-07 23:18:44 +01:00 committed by GitHub
commit 3ab23a9ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
common/common.scss Normal file
View File

@ -0,0 +1,10 @@
[data-wrap="center"] {
text-align: center;
}
[data-wrap="right"] {
text-align: right;
}
[data-wrap="justify"] {
text-align: justify;
}