We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb6285 commit 81f16c6Copy full SHA for 81f16c6
README.md
@@ -20,7 +20,7 @@ Makes using [Tailwind CSS](https://tailwindcss.com/) in NativeScript a whole lot
20
Install `@nativescript/tailwind` and `tailwindcss`
21
22
```cli
23
-npm install --save @nativescript/tailwind@rc tailwindcss
+npm install --save @nativescript/tailwind tailwindcss
24
```
25
26
Generate a `tailwind.config.js` with
@@ -91,7 +91,7 @@ This usage is considered legacy and will not be supported - however we are docum
91
<summary>See instructions</summary>
92
93
94
- npm install --save-dev @nativescript/tailwind@rc tailwindcss postcss postcss-loader
+ npm install --save-dev @nativescript/tailwind tailwindcss postcss postcss-loader
95
96
97
Create `postcss.config.js` with the following:
0 commit comments