adobe-dx icon indicating copy to clipboard operation
adobe-dx copied to clipboard

VH should not be in CSS during authoring

Open auniverseaway opened this issue 4 years ago • 0 comments

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

<!-- editor.html -->
<style>#flex-5c12994e {}</style>
<!-- editor.html -->
<style>#flex-5c12994e {height: 100px}</style>

Actual Behaviour

<!-- editor.html -->
<style>#flex-5c12994e {height:60vh}</style>
<!-- editor.html -->
<style>#flex-5c12994e {height: 100px}</style>

auniverseaway avatar Sep 26 '20 21:09 auniverseaway