vim-less icon indicating copy to clipboard operation
vim-less copied to clipboard

Nested a:hover

Open solispauwels opened this issue 11 years ago • 0 comments

.rule {
    a:hover {
        color:#fff;
    }
}

have different hightlighting then:

.rule {
    a:hover
    {
        color:#fff;
    }
}

solispauwels avatar Aug 27 '13 09:08 solispauwels