website/tailwind.config.js

12 lines
193 B
JavaScript
Raw Normal View History

2024-04-25 21:08:56 +09:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/routes/**/*.lisp",
"./src/components/**/*.lisp"
],
theme: {
extend: {},
},
plugins: [],
}