Files
www_threefold_io/tailwind.config.js
2025-02-22 18:15:32 +03:00

10 lines
151 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./templates/**/*.html'],
theme: {
extend: {},
},
plugins: [],
}