cwdoh/cssparser.js

Parse error when tailing semicolon has been omitted

Closed this issue · 1 comments

cwdoh commented

Twitter css has omitted semicolons on tailing declaration in blocks, and it doesn't be parsed.

마지막 세미콜론이 생략된 경우 파싱이 되지 않음.

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust:100%
}
cwdoh commented

Done