Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment (?) breaks code #40

Open
Inviz opened this issue Mar 28, 2015 · 2 comments
Open

Comment (?) breaks code #40

Inviz opened this issue Mar 28, 2015 · 2 comments

Comments

@Inviz
Copy link

Inviz commented Mar 28, 2015

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 Inviz changed the title Comment breaks code !important breaks code Mar 28, 2015
@Inviz
Copy link
Author

Inviz commented Mar 28, 2015

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

@Inviz Inviz changed the title !important breaks code Comment (?) breaks code Mar 28, 2015
@paulyoung
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants