Skip to content

VH should not be in CSS during authoring #163

@auniverseaway

Description

@auniverseaway

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions