madebysource / lesshat

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

.keyframe() always show lesshat-selector #93

Closed Kristories closed 10 years ago

Kristories commented 10 years ago
.keyframes(@name);

Always show this at first line

lesshat-selector {
  -lh-property: 0; } 
LeZuse commented 10 years ago

This is actually a LESS compiler hack allowing us to provide the keyframe functionality at all. This won't be fixed until there is any change from the official LESS compiler.