You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a personal app that is a non-SPA and serves HTML from the backend using a template engine. This leads to us importing the whole icon CSS without shaking in the link element.
Benefits of the tailwind plugin:
Tailwind generates CSS only for those classes which we use. This means, if we have a plugin, tailwind only adds the icons' CSS which we use (Effectively tree-shaking the CSS) and it reduces the stylesheet size user needs to download.
The text was updated successfully, but these errors were encountered:
@rektdeckard Would appreciate a tailwind plugin. Something similar to https://github.com/egoist/tailwindcss-icons
I have a personal app that is a non-SPA and serves HTML from the backend using a template engine. This leads to us importing the whole icon CSS without shaking in the
link
element.Benefits of the tailwind plugin:
Tailwind generates CSS only for those classes which we use. This means, if we have a plugin, tailwind only adds the icons' CSS which we use (Effectively tree-shaking the CSS) and it reduces the stylesheet size user needs to download.
The text was updated successfully, but these errors were encountered: