We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35cf46 commit 10e6834Copy full SHA for 10e6834
README.md
@@ -1,3 +1,19 @@
1
+## Tailwind in browser
2
+changed the packages/@tailwindcss-browser project to use it as a library
3
+
4
+- clone it
5
+- add it in the package.js dependencies
6
7
+ `"@tailwindcss-browser": "file:../../tailwindcss-browser/packages/@tailwindcss-browser"`
8
+- install
9
10
+ `pnpm install`
11
+- import
12
13
+ `import { tailwindCompiler } from "@tailwindcss-browser";`
14
15
16
+---
17
<p align="center">
18
<a href="https://tailwindcss.com" target="_blank">
19
<picture>
0 commit comments