Initial commit

This commit is contained in:
William Carroll 2019-11-15 07:04:59 -03:00
commit d0b29c4ccf
11 changed files with 242 additions and 0 deletions

7
tailwind.config.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = {
theme: {
extend: {},
},
variants: {},
plugins: [],
}