gss / parser

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

Comment (?) breaks code #40

Open Inviz opened 9 years ago

Inviz commented 9 years ago
section.left {
    background: orange !important;
}

//section.center:last[bottom] == section.left:last[bottom] !strong;

Can't be parsed. What's strange, making rule selector section.left:last works

Inviz commented 9 years ago
section.left {
    :first[top] == ^top !require;
}
section.right {
    :first[top] == ^top !require;
}
section.center:first[top] == section.left:first[top];

also doesnt parse for some reason

paulyoung commented 9 years ago

I had an issue where a comment broke things in #35.