Hacker News new | ask | show | jobs
Using Tailwind CSS in a Chrome Extension (harrisonbroadbent.com)
1 points by hbroadbent 490 days ago
1 comments

Hey HN, just sharing the way I've been adding Tailwind CSS to my Chrome Extensions lately.

tldr is that it's dead easy to save the CDN script locally and use it, plus it doesn't come with the typical drawbacks that websites face (ie: loading external resources).