flight-screen-info/tailwind.config.js

12 lines
161 B
JavaScript

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