fix: correction problème divers (#7)
All checks were successful
Build Docker Image / run (push) Successful in 24s

Reviewed-on: #7
Co-authored-by: Clement <c.boesmier@aptatio.com>
Co-committed-by: Clement <c.boesmier@aptatio.com>
This commit is contained in:
2024-04-25 10:40:39 +02:00
committed by Clement
parent a03c5cb3db
commit d5afe1631e
11 changed files with 1023 additions and 94 deletions

View File

@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
}