Unexpected token caused after the comma when using multiple selectors on separate lines.
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;
}
Thanks for reporting. Will let you know when it's fixed.
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 https://github.com/krasimir/cssx/issues/19#issuecomment-242434925, or mute the thread https://github.com/notifications/unsubscribe-auth/AEaRkyXdSSCnvu-nUHTo-nM0iBPcRDndks5qjbgJgaJpZM4JtLO4 .