File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
62
62
Restart your Rails server, and now you should see the following on ` localhost:3000 `
63
63
64
- ![ home index] ( https://i.imgur.com/ZDBDmK1 .png )
64
+ ![ home index] ( https://i.imgur.com/A47j9dx .png )
65
65
66
66
## Install TailwindCSS
67
67
158
158
159
159
Restart the Rails server and webpack-dev-server and you should now see the following on ` localhost:3000 `
160
160
161
- ![ tailwind home index] ( https://i.imgur.com/6MKs0wA .png )
161
+ ![ tailwind home index] ( https://i.imgur.com/C64oFFy .png )
162
162
163
163
Tailwind should now be working so lets tweak our views to see some Tailwind goodness.
164
164
201
201
202
202
You should now see the following page when you navigate to ` localhost:3000 `
203
203
204
- ![ updated tailwind home index] ( https://i.imgur.com/ivqrOSv .png )
204
+ ![ updated tailwind home index] ( https://i.imgur.com/okfqCoS .png )
205
205
206
206
And now you have TailwindCSS working in your Rails app!
207
207
You can’t perform that action at this time.
0 commit comments