• Line 9954 reads:
    -ms-transition: all 200mss cubic-bezier(0,0,0.58,1) 0s;

    Should be:
    -ms-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;

    (mss -> ms)

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bug in style.css’ is closed to new replies.