Update the project and compétences

This commit is contained in:
2024-01-26 08:49:07 +01:00
parent a985cd0977
commit bb5407fd05
24 changed files with 10056 additions and 103 deletions

10
tailwind.config.js Normal file
View File

@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class',
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
}