liberty-hu/tailwind.config.js

10 lines
156 B
JavaScript
Raw Normal View History

2023-08-18 11:02:12 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/main/frontend/*.cljs'],
theme: {
extend: {},
},
plugins: [],
}