Add tailwindcss template

This commit is contained in:
Alexandre Mouton-Brady
2021-12-09 18:59:20 +01:00
parent 7b3a742083
commit 5ecf3a157a
12 changed files with 1476 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
plugins: [],
};