sublime-less2css icon indicating copy to clipboard operation
sublime-less2css copied to clipboard

A bug of the gramma. (the sign)

Open vrbvillor opened this issue 8 years ago • 0 comments

input
    &:focus ~{
         button{}
         ul{}
    }

will be compiled into

input:focus button{}
input:focus ul{}

why not

input:focus~button{}
input:focus~ul{}

Please help me, thanks. Not the wave sign cause the problem, but the gramma does. Though I change the wave to a plus+, it also compiles missing the sign.

vrbvillor avatar Apr 25 '16 05:04 vrbvillor