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