Krys4lide/crates/app/tailwind.config.js

13 lines
182 B
JavaScript
Raw Normal View History

2024-08-02 23:33:48 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./templates/**/*.html',
'./css/**/*.css',
],
theme: {
extend: {},
},
plugins: [],
}