WordPress
WordPress copied to clipboard
A mirror of the develop.git.wordpress.org repo to collaborate on a Dashicons SVG branch
Addresses https://github.com/ryelle/WordPress/issues/33 but needs styling
Attempting to align icons to text in left hand menu.
When you're doing stuff the spinning ball animated gif appears. We should do this with animated svg.
Hi, I am not exactly sure this is issue or a configuration issue, I have forked the repo and cloned in my local dev environment ( XAMPP / Windows )....
We should create a png sprite for IE users. This requires integrating another grunt task into the current gruntfile, maybe https://www.npmjs.com/package/grunt-svg2png This will also address #35

Twentyseventeen will ship with [a function for adding an SVG icon](https://core.trac.wordpress.org/browser/trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php), much like our existing wp_icon. We should probably grab any improvements they've added and bring it into `wp_icon`.
This came up in #15, where bbPress and BuddyPress want to use icons in their projects. Part of converting to this SVG process was to enable other projects using WordPress...
 Also note the calendar icon on the right, may be fixed by another issue