WordPress / dashicons

Dashicons, the WordPress admin icon font. For the official resource, please see the WordPress Developer Hub.
https://developer.wordpress.org/resource/dashicons/
GNU General Public License v3.0
564 stars 185 forks source link

Correct invalid CSS property #423

Closed desrosj closed 4 years ago

desrosj commented 4 years ago

none is not a valid value for the speak CSS property. never is the correct value.

Fixes #422.

field2 commented 4 years ago

Considering that dashicons is at end of life, does it make sense to pursue this issue?

jasmussen commented 4 years ago

@field2 Although Dashicons is wrapping, the most recent version of the font is the best version, and is still part of WordPress, and likely will be forever. So I think this fix will be appreciated!

desrosj commented 4 years ago

Thanks everyone! Though Dashicons is retired, I think we should still fix bugs (within reason) and make changes to maintain compatibility with new versions of WordPress.