diff --git a/common/common.scss b/common/common.scss new file mode 100644 index 0000000..77cc8e1 --- /dev/null +++ b/common/common.scss @@ -0,0 +1,10 @@ +[data-wrap="center"] { + text-align: center; +} +[data-wrap="right"] { + text-align: right; +} + +[data-wrap="justify"] { + text-align: justify; +}