Added simple typing challenge

This commit is contained in:
2023-12-12 15:54:00 +01:00
parent a1bae9ede6
commit c87ab6e07c
17 changed files with 687 additions and 360 deletions

9
tailwind.config.js Normal file
View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js,ts}"],
theme: {
extend: {},
},
plugins: [require("daisyui")],
}