website/tailwind.config.js

13 lines
194 B
JavaScript
Raw Normal View History

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