2024-06-16 14:13:16 +09:00
|
|
|
/** @type {import('tailwindcss').Config} */
|
|
|
|
module.exports = {
|
|
|
|
content: [
|
|
|
|
"./src/response.lisp",
|
|
|
|
"./src/routes/**/*.lisp",
|
|
|
|
"./src/components/**/*.lisp",
|
|
|
|
],
|
2024-10-03 02:03:14 +09:00
|
|
|
plugins: [],
|
2024-06-16 14:13:16 +09:00
|
|
|
}
|