-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashicons not being enqueued for logged out users #41
Comments
…s that use dashicons to logged out users
The solution to enqueue dashicons for every page is not good for performance.
Option two would be quicker to implement. |
We can do this for the blockicon block,
Do this when we know there's a blockicon but can't determine the name of the icon from the block's registration. |
The output for the block list block ( oik-block/blocklist ) assumes that the dashicons CSS is enqueued.
It appears that this is no longer the case with Gutenberg 9.1.0.
The result is that the icons for blocks which use dashicons are not displayed on the front end.
It would appear that the fix to this would be to enqueue dashicons.
The text was updated successfully, but these errors were encountered: