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
2020Install ` @nativescript/tailwind ` and ` tailwindcss `
2121
2222``` cli
23- npm install --save @nativescript/tailwind@rc tailwindcss
23+ npm install --save @nativescript/tailwind tailwindcss
2424```
2525
2626Generate a ` tailwind.config.js ` with
@@ -91,7 +91,7 @@ This usage is considered legacy and will not be supported - however we are docum
9191 <summary>See instructions</summary>
9292
9393 ```cli
94- npm install --save-dev @nativescript/tailwind@rc tailwindcss postcss postcss-loader
94+ npm install --save-dev @nativescript/tailwind tailwindcss postcss postcss-loader
9595 ```
9696
9797 Create ` postcss.config.js ` with the following:
You can’t perform that action at this time.
0 commit comments