dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

More context in CSS error messages

Open wheany opened this issue 13 years ago • 1 comments

This is not helpful:

Selector syntax error
  }
  -^

Especially when using CSS generated from less, when the link in the right hand column goes to the raw html source, without the generated CSS embedded in it

wheany avatar Oct 02 '12 10:10 wheany

Similar non-helpful error message:

Unknown at-rule
  }
  -^

Even just adding Unknow at-rule: @doesnotexist with the above non-context would help in finding the rule (or in filtering it)

wheany avatar Oct 02 '12 10:10 wheany