mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
18 lines
358 B
JavaScript
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'),
|
|
],
|
|
}
|