This commit is contained in:
Jakob Kordež
2024-06-23 15:52:45 +02:00
parent 933deccca5
commit 0f06cb8b83
22 changed files with 3681 additions and 1310 deletions

View File

@ -1,9 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};