kenangundogan / fontisto

The iconic font and CSS toolkit. Fontisto gives you scalable vector icons that can instantly be customized: size, color, drop shadow and anything that can be done with the power of CSS.
http://fontisto.com
MIT License
481 stars 49 forks source link

Typo in file icons.less #34

Open BobbyBabes opened 6 years ago

BobbyBabes commented 6 years ago

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 6 years ago

Thank you, Corrected. bug fix (fi-icket > fi-ticket)

https://github.com/kenangundogan/fontisto/blob/master/less/fontisto/icons.less#L518

BobbyBabes commented 6 years ago

Just downloaded the zip. The Less version compiles again. Thanks for fixing.