Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help me convert these CSS3 transitions to LESS? Re: Help me convert these CSS3 transitions to LESS?

#121279
divinehammer
Participant

Man I am dumb. Thanks Chris, that does make sense. For some reason I was thinking there was even one more step to abstracting out all this stuff into something simpler, still, but maybe not –

a:hover, :focus, li:hover {
-webkit-transition: @transition;
-moz-transition: @transition;
-o-transition: @transition;
transition: @transition;
}

Pesky browser prefixes!