Add Laravel Mix and Tailwind

This commit is contained in:
Oliver Davies 2019-03-17 22:50:21 +00:00
parent ff6f6c80cd
commit f26a8af215
5 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,13 @@
@tailwind base;
a {
@apply text-grey-darker no-underline
}
a:hover,
a:focus {
@apply text-blue-dark underline
}
@tailwind components;
@tailwind utilities;