chore: add test index.html

This commit is contained in:
Oliver Davies 2023-08-24 19:52:27 +01:00
parent b1f15a2a1f
commit bb4948c8ef
3 changed files with 23 additions and 1 deletions

9
tailwind.config.js Normal file
View file

@ -0,0 +1,9 @@
module.exports = {
content: ['./index.html'],
theme: {
extend: {
//
},
},
plugins: [require('./src')],
}