Open auniverseaway opened 4 years ago
Due to AuthorVH outputting data attributes during authoring, we should not have the CSS for VH also being output. The existing pixel based values should still be output.
<!-- editor.html --> <style>#flex-5c12994e {}</style>
<!-- editor.html --> <style>#flex-5c12994e {height: 100px}</style>
<!-- editor.html --> <style>#flex-5c12994e {height:60vh}</style>
Due to AuthorVH outputting data attributes during authoring, we should not have the CSS for VH also being output. The existing pixel based values should still be output.
Expected Behaviour
Actual Behaviour