web icon indicating copy to clipboard operation
web copied to clipboard

Tailwind plugin

Open pksunkara opened this issue 1 year ago • 0 comments

@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.

pksunkara avatar Jul 12 '23 15:07 pksunkara