Skip to content

v0.3.2

Choose a tag to compare

@bago bago released this 18 Aug 16:57
· 23 commits to master since this release
  • Fixed column/line computation for comments and at-rules (Fix #15)
  • Closing } and ; now takes precedence over declaration value parsing (Fix #14)
  • Ignore curly braces in strings (Fix #13)
  • Keep \n and \t inside values and consider them "whitespace" (Fix #12)
  • Fixed column count in positions for rows after the first line (Fix #18)
  • Enabled running test suite under Windows (CRLF vs LF issues)