You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TailwindCss Releases First Major Update with Tailwind Css v2.0.
4
+
5
+
Source files for Setup and Install Tailwindcss v2.0 on <ahref="https://www.youtube.com/channel/UCSyosm-WcUPT4LnUIIdqSCw"title="Subscribe to CodeWithChu Youtube Channel"target="_blank">CodeWithChu</a> YouTube Channel.
6
+
7
+
## Install
8
+
9
+
```
10
+
npm install
11
+
```
12
+
13
+
## NPM Scripts
14
+
15
+
```
16
+
#build script
17
+
npm run tw:build
18
+
19
+
#watch script
20
+
npm run tw:watch
21
+
22
+
#build for production
23
+
npm run tw:prod
24
+
```
25
+
26
+
## connect with @codewithchu
27
+
28
+
-[Website](https://www.arthurchu.ca'Web Development Tutorials, Tips & Tricks | CodeWithChu Website')
0 commit comments