Create common.scss to Support Wrap Elements
https://meta.discourse.org/t/md-composer-extras/118912/10?u=thwright
This commit is contained in:
parent
01b6792f22
commit
44fdf81a63
10
common/common.scss
Normal file
10
common/common.scss
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[data-wrap="center"] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
[data-wrap="right"] {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-wrap="justify"] {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user