flight-screen-info/tailwind.config.js

12 lines
158 B
JavaScript

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