You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
androiddrew 25775fd3f2 | 5 years ago | |
---|---|---|
public | 5 years ago | |
src/css | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
tailwind.config.js | 5 years ago |
README.md
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.