Add tailwind.config.js

This commit is contained in:
Oliver Davies 2020-09-08 19:59:32 +01:00
parent 8e07b4da45
commit 21eca88ea0

8
tailwind.config.js Normal file
View file

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