Initial commit

This commit is contained in:
2022-12-31 14:18:27 +01:00
commit 6ae46c5d34
36 changed files with 1956 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module.exports = {
darkMode: 'class',
content: ["./src/**/*.{html,js}"],
theme: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
},
extend: {},
},
plugins: [
require('@tailwindcss/typography'),
require('@tailwindcss/forms')
],
}