Skip to content

Commit 7689bf2

Browse files
committed
chore: rename
1 parent 76d4db6 commit 7689bf2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# tailwindcss-browser
1+
# tailwindcss-standalone
22

3-
> Use `tailwindcss` to compile CSS in browser directly. This is not intended for production use, however it can be used to demonstrate TailwindCSS features in browser.
3+
> Standalone build of `tailwindcss` that runs in browser.
44
55
## Usage
66

77
```html
8-
<script src="https://unpkg.com/tailwindcss-browser"></script>
8+
<script src="https://unpkg.com/tailwindcss-standalone"></script>
99

1010
<script>
1111
tailwindcss({
@@ -28,6 +28,12 @@ body {
2828
</script>
2929
```
3030

31+
You can also use it with bundler:
32+
33+
```js
34+
import tailwindcss from 'tailwindcss-standalone'
35+
```
36+
3137
## License
3238

3339
MIT.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tailwindcss-browser",
2+
"name": "tailwindcss-standalone",
33
"version": "0.0.0",
44
"main": "dist/index.js",
55
"files": ["dist"],

0 commit comments

Comments
 (0)