vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

no viable alternative at input '>' #168

Closed amezick closed 11 years ago

amezick commented 11 years ago

Happens on the '>' in '&>li.dropdown'

.nav {

.open .dropdown-toggle{
    color: @blue;
}
&>li.dropdown.open.active>a:hover {
    color: @blue;
}

}

from kickstrap's cosmo theme

amezick commented 11 years ago

Another example: .nav-pills {

& > li > a {
    background-color: @grayLight;
    .border-radius(0);
    color: @black;

    &:hover {
        background-color: @black;
        color: @white;
    }
}

& > .disabled > a,
& > .disabled > a:hover {
    background-color: @grayLighter;
    color: @grayDark;
}

}

vtst commented 11 years ago

It seems to work without problem with the latest version. Please upgrade your installation if not already done. Thanks.