Created
May 26, 2016 17:20
-
-
Save DominikAngerer/9c98d95ca3bd575049249078cb76011e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UIKIT Icon List: | |
var xx = []; | |
$('.tm-icons li i').each(function() { | |
xx.push( { 'value': $(this).attr('class'), 'name': $(this).attr('class').replace('uk-', '').replace('icon-', '') } ); | |
}); | |
JSON.stringify(xx); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment