madebysource / lesshat

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

Keyframes-name problem with the underscore(_) character #120

Open woneob opened 10 years ago

woneob commented 10 years ago

If the "keyframes-name" contains underscore(_) characters, it is not working. Here is my less code, please let me know if any other solutions.

.keyframes(~'keyframes_name, 0% {} 100% {}');

Thanks in advance.