Skip to content

Commit 10e6834

Browse files
committed
add description
1 parent d35cf46 commit 10e6834

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
---
117
<p align="center">
218
<a href="https://tailwindcss.com" target="_blank">
319
<picture>

0 commit comments

Comments
 (0)