0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-06 14:52:41 +01:00

Move all files into website directory

This commit is contained in:
Delta1925 2023-04-16 16:19:16 +02:00
parent 5919c55808
commit f447a2293a
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
20 changed files with 0 additions and 0 deletions

View file

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