c6 icon indicating copy to clipboard operation
c6 copied to clipboard

Improve comment block annotation parsing

Open c9s opened this issue 10 years ago • 0 comments

@font-face {
  font-family: MyGentium;
  src: local(Gentium Bold),    /* should ignore */
       local(Gentium-Bold),    /* should ignore */
       url(GentiumBold.woff);  /* annotation of this declaration */
  font-weight: bold;
}
@font-face {
  /* annotation of the font-family declaration */
  font-family: MyGentium;
  font-weight: bold;
}
  /* annotation of the font-face statement */
@font-face {
  font-family: MyGentium;
  font-weight: bold;
}

c9s avatar May 18 '15 08:05 c9s