madebysource / lesshat

Smart LESS CSS mixins library.
lesshat.com
MIT License
2.19k stars 259 forks source link

Fixes #156 #129 #139 by not only removing the extra semicolon, which … #157

Closed davipt closed 3 years ago

davipt commented 9 years ago

…is not the issue, but by adding the missing "}" on the same line at the last @*keyframe, or else the browsers will break. Currently OSX 10.11 and iOS9 beta do break. To close the "}", a dummy line must be added below, to reopen the "{" so then less can finally close it again.

dmoreno commented 8 years ago

+1

jimmylee commented 8 years ago

+1

listepo commented 8 years ago

+1