class='icon-pencil' is broken
AIC-BV opened this issue · 6 comments
AIC-BV commented
LukeTowers commented
@AIC-BV does this occur with this plugin disabled?
AIC-BV commented
@LukeTowers When the plugin is disabled (removed from composer) the icon works perfectly fine!
LukeTowers commented
@AIC-BV is this still an issue?
AIC-BV commented
@LukeTowers Yes it is still broken
AIC-BV commented
But some more research in it, no idea why it is broken, it works in plugin.php so I guess its something in my code (although its working without tailwind UI plugin)
Appears as broken image
<button class="btn btn-primary icon-pencil"></button>
Shows the trash icon
<button class="btn btn-primary icon-trash"></button>
Changed to comment icon for now, which will do for my case, but there's something going on with the icons
<button class="btn btn-primary icon-comment"></button>