cssx icon indicating copy to clipboard operation
cssx copied to clipboard

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

Open twoelevenjay opened this issue 9 years ago • 2 comments

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;

}

twoelevenjay avatar Aug 25 '16 15:08 twoelevenjay

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

krasimir avatar Aug 25 '16 15:08 krasimir

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 .

twoelevenjay avatar Aug 26 '16 01:08 twoelevenjay