Releases: Iterable/ckeditor-indentblock
Releases · Iterable/ckeditor-indentblock
1.0.0
commented out split margin transformations for now (since they incorrectly decompose margin: 0 auto;
into margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px;
instead of margin-top:0px; margin-right:auto; margin-bottom:0px; margin-left:auto;
)