Skip to content

Border style not handled correctly #6

@paulc4

Description

@paulc4

In DefaultStyle.json the style for "Error" is :

"Error": ["border", "#FF0000"]

This is not being recognized as a "border" style but as a "foreground" style.

Hence the HMTL style generated is .err { color: border; color: #FF0000; } /* Error */.

I assume the idea is that errors are in a red box and written in red text?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions