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

Unexpected token caused after the comma when using multiple selectors on separate lines. #19

Open
twoelevenjay opened this issue Aug 25, 2016 · 2 comments

Comments

@twoelevenjay
Copy link

This works:

.r-nav-li:nth-child(1):before, .r-nav-li:nth-child(1):after {
    font-family: FontAwesome;
    display: inline-block;

}

This throws unexpected token error at .r-nav-li:nth-child(1):after:

.r-nav-li:nth-child(1):before,
.r-nav-li:nth-child(1):after {
    font-family: FontAwesome;
    display: inline-block;

}
@krasimir
Copy link
Owner

Thanks for reporting. Will let you know when it's fixed.

@twoelevenjay
Copy link
Author

Thank you, I am out of my territory on this one or else I attempt the fix
myself to help out.
On Thu, Aug 25, 2016 at 11:43 AM Krasimir Tsonev [email protected]
wrote:

Thanks for reporting. Will let you know when it's fixed.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#19 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AEaRkyXdSSCnvu-nUHTo-nM0iBPcRDndks5qjbgJgaJpZM4JtLO4
.

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