liberty-hu/tailwind.config.js

11 lines
187 B
JavaScript
Raw Permalink Normal View History

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