File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Makes using [Tailwind CSS](https://tailwindcss.com/) in NativeScript a whole lot
20
20
Install ` @nativescript/tailwind ` and ` tailwindcss `
21
21
22
22
``` cli
23
- npm install --save @nativescript/tailwind@rc tailwindcss
23
+ npm install --save @nativescript/tailwind tailwindcss
24
24
```
25
25
26
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
91
<summary>See instructions</summary>
92
92
93
93
```cli
94
- npm install --save-dev @nativescript/tailwind@rc tailwindcss postcss postcss-loader
94
+ npm install --save-dev @nativescript/tailwind tailwindcss postcss postcss-loader
95
95
```
96
96
97
97
Create ` postcss.config.js ` with the following:
You can’t perform that action at this time.
0 commit comments