This commit is contained in:
2021-11-01 11:35:11 +01:00
commit ad3b758fd0
34 changed files with 3841 additions and 0 deletions

6
tailwind.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
darkMode: "class", // or 'media'
theme: {},
variants: {},
plugins: [],
};