From 25775fd3f23a6c966d20409a36bb44421aa33dea Mon Sep 17 00:00:00 2001 From: androiddrew Date: Sun, 8 Sep 2019 16:24:09 -0400 Subject: [PATCH] Added a readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7db7264 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Learning Tailwind part 1. + +This section takes you through the basics of creating some responsive design components. It stops right after learning how to extract repeated css using the `@apply` directive. The `@apply` only does CSS. Part 2 will show Tailwind CSS being used in a Vue CLI app.