1
0
Fork 0

chore(fs.dev): Added tailwindcss

This commit is contained in:
Joost De Cock 2021-12-10 10:30:15 +01:00
parent 02ba92b475
commit d7f2442284
10 changed files with 261 additions and 186 deletions

View file

@ -0,0 +1,10 @@
module.exports = {
content: [
'./pages/*.js',
'./pages/**/*.js',
],
theme: {
extend: {},
},
plugins: [],
}