Restructure repo

This commit is contained in:
Micha Albert 2024-08-02 15:26:59 +00:00
parent 65ddf2c73d
commit ccdddb005d
21 changed files with 0 additions and 36 deletions

View file

@ -1,14 +0,0 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
fontFamily: {
'display': ['Inter'],
'sans': ['Inter'],
'body': ['Inter']
}
},
plugins: [],
}