madebysource/lesshat

Keyframes-name problem with the underscore(_) character

Opened this issue · 0 comments

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.