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

UNFINISHED_CSS_VALUE not firing #100

Open
flukeout opened this issue Sep 29, 2017 · 0 comments
Open

UNFINISHED_CSS_VALUE not firing #100

flukeout opened this issue Sep 29, 2017 · 0 comments

Comments

@flukeout
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant