This commit is contained in:
Akira Tempaku 2024-04-20 07:45:44 +09:00
parent 4949324e05
commit 027077c97a
25 changed files with 123 additions and 217 deletions

View file

@ -1,12 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/routes/**/*.lisp",
"./src/components/**/*.lisp"
],
theme: {
extend: {},
},
plugins: [],
}