Initial commit

This commit is contained in:
Daniel Vassallo
2019-09-24 15:53:21 -07:00
commit f73fb6b5a3
15 changed files with 4228 additions and 0 deletions

15
tailwind.config.js Normal file
View File

@@ -0,0 +1,15 @@
module.exports = {
theme: {
extend: {
colors: {
yellowish: '#ffe77a',
blackish: '#1a2a30'
}
},
fontFamily: {
'logo': 'Tahoma, Geneva, Verdana, sans-serif'
}
},
variants: {},
plugins: []
}