From 9bb13b58d08a2ba882302ba5b4320cc948195ca9 Mon Sep 17 00:00:00 2001 From: Nikita Madeev Date: Thu, 23 Nov 2023 14:50:00 +0300 Subject: [PATCH] docs: :memo: Added an example of integration with tailwind tss in readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 297f62b..b76e9b3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ - [CRXJS Vite Plugin](https://github.com/crxjs/chrome-extension-tools/blob/main/packages/vite-plugin/README.md) - [Chrome Extensions Manifest V3](https://developer.chrome.com/docs/extensions/mv3/intro/) +## Examples of integrations + +- [Tailwind CSS](https://tailwindcss.com/) – is in the [tailwindcss](https://github.com/NekitCorp/chrome-extension-svelte-typescript-boilerplate/tree/tailwindcss) branch + ## Development ```bash