summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-05 21:25:43 -0400
committerDavid Gay <david@davidgay.org>2021-04-05 21:28:02 -0400
commitf7462223a0b5033412c127d7820ab40a042462c8 (patch)
tree74c11369bc54640a35e25a8297014f95c8fae11c /app
parent24221a37d380736cf566e989cfbc2dee02b45378 (diff)
Use tailwind's postcss 7 compatability version, and prove it's working
Diffstat (limited to 'app')
-rw-r--r--app/controllers/home_controller.rb4
-rw-r--r--app/views/home/index.html.erb3
2 files changed, 7 insertions, 0 deletions
diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb
new file mode 100644
index 0000000..95f2992
--- /dev/null
+++ b/app/controllers/home_controller.rb
@@ -0,0 +1,4 @@
+class HomeController < ApplicationController
+ def index
+ end
+end
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
new file mode 100644
index 0000000..d87f31a
--- /dev/null
+++ b/app/views/home/index.html.erb
@@ -0,0 +1,3 @@
+<h1>Appendix Q</h1>
+
+<p class="font-bold">Testing Tailwind</p>