Create common.scss to Support Wrap Elements

https://meta.discourse.org/t/md-composer-extras/118912/10?u=thwright
This commit is contained in:
T. H. Wright 2019-11-06 09:00:56 -05:00 committed by GitHub
parent 01b6792f22
commit 44fdf81a63
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;
}