givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.86k stars 1.58k forks source link

Fix invalid HTML syntax and CSS statements #313

Closed valdir-amaral closed 11 months ago

valdir-amaral commented 11 months ago

removed some erros/warnings in editor html tags and invalid stylesheets rules (maybe typo errors), like not closing tags and no longer supported attributes :)

valdir-amaral commented 11 months ago

Thanks for fixing bugs.

Empty images for block preview must be kept, they are used for section/block preview image to avoid creating the element from js.

oh, i see. the changes were made :)