External links
All checks were successful
Deploy / build-and-publish (push) Successful in 1m22s
Deploy / deploy (push) Successful in 14s

This commit is contained in:
2024-10-05 00:34:31 +03:00
parent b9f3b389a1
commit 8f819f3ab1
7 changed files with 97 additions and 13 deletions

View File

@@ -1,4 +1,3 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts,svx}'],
theme: {
@@ -6,4 +5,3 @@ export default {
},
plugins: [],
}