Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

UNFINISHED_CSS_VALUE not firing #100

@flukeout

Description

@flukeout

Based on the strings we're showing for this...

"UNFINISHED_CSS_VALUE": "<p>Value <em data-highlight='[[cssValue.start]],[[cssValue.end]]'>[[cssValue.value]]</em> still needs finalizing with ;</p>",

...I'd imagine that we are trying to catch the following case, where the ; is missing after the rule.

p {
  color: pink
}

But, it definitely seems like we are not...

image

cc @Pomax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions