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,10 @@
module.exports = {
theme: {
extend: {
colors: {
'blue-dark': '#0073aa',
'grey-darker': '#767676',
}
}
}
}