Files
links/tailwind.config.js
2026-04-01 15:51:20 +11:00

18 lines
358 B
JavaScript

module.exports = {
content: [
'./templates/**/*.html',
'./links/templates/**/*.html',
'./new_theme/templates/**/*.html',
'./netscan/templates/**/*.html',
'./nginxmon/templates/**/*.html',
'./static_src/**/*.{js,jsx}',
'./**/*.js',
],
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/typography'),
],
}