Typo in file icons.less
BobbyBabes opened this issue · 2 comments
BobbyBabes commented
There is a typo in the variable on the following line in icons.less
. The variable is named @fi-icket-alt
, instead of @fi-ticket-alt
. https://github.com/kenangundogan/fontisto/blob/master/less/fontisto/icons.less#L518
The variable is declared here : https://github.com/kenangundogan/fontisto/blob/master/less/fontisto/variables.less#L529
kenangundogan commented
Thank you, Corrected.
bug fix (fi-icket > fi-ticket)
https://github.com/kenangundogan/fontisto/blob/master/less/fontisto/icons.less#L518
BobbyBabes commented
Just downloaded the zip. The Less version compiles again.
Thanks for fixing.