Skip to content

Commit 396419d

Browse files
authored
chore: fix capitalization of Tailwind CSS
Sorry Adam https://twitter.com/adamwathan/status/1489245425265692679 😄
1 parent b86fb2d commit 396419d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# @nativescript/tailwind
22

3-
Makes using [Tailwind](https://tailwindcss.com/) in NativeScript a whole lot easier!
3+
Makes using [Tailwind CSS](https://tailwindcss.com/) in NativeScript a whole lot easier!
44

55
```html
66
<label
7-
text="TailwindCSS is awesome!"
7+
text="Tailwind CSS is awesome!"
88
class="px-2 py-1 text-center text-blue-600 bg-blue-200 rounded-full"
99
/>
1010
```
1111

12-
![TailwindCss is awesome!](https://user-images.githubusercontent.com/879060/81098285-73e3ad80-8f09-11ea-8cfa-7e2ec2eebcde.png)
12+
![Tailwind CSS is awesome!](https://user-images.githubusercontent.com/879060/81098285-73e3ad80-8f09-11ea-8cfa-7e2ec2eebcde.png)
1313

1414
# Usage (with @nativescript/webpack version 5.x)
1515

@@ -28,7 +28,7 @@ Change your `app.css` or `app.scss` to include the tailwind utilities
2828

2929
Start using tailwind.
3030

31-
# Using TailwindCSS JIT (just in time)
31+
# Using Tailwind CSS JIT (just in time)
3232

3333
Tailwind's new jit mode is supported, it just has to be enabled in the config. See https://tailwindcss.com/docs/just-in-time-mode#enabling-jit-mode for details.
3434

0 commit comments

Comments
 (0)