gss / parser

Constraint Cascading Style Sheets compiler
MIT License
48 stars 6 forks source link

Comment causes parse issue #35

Open paulyoung opened 9 years ago

paulyoung commented 9 years ago
.post.repost {
  @h |(.block.media)| {
    @v |(&)| in(^);
  }

  .block.media { height: == &intrinsic-height; } // FIXME
}
Error on line 8, column 1: Expected "/*", "//", ";", comment, end of line or whitespace but "}" found.

7 :   .block.media { height: == &intrinsic-height; } // FIXME
8 : }
^ : ^
9 :