Browse
For agents
About
Auto Post Cleaner
/
3.14.0
Auto Post Cleaner
v3.14.0
Switch version
3.14.0
3.12.0
3.13.1
3.2.4
3.2.5
3.3.0
3.3.10
3.3.11
3.3.8
3.4.2
3.5.3
3.6.0
3.7.0
3.7.1
3.7.2
3.7.3
3.7.5
3.7.6
3.8.0
3.9.0
3.9.4
3.9.6
3.9.7
trunk
3.0.0
All 29 releases
Overview
Code
delete-old-posts-programmatically
/
tailwind.config.js
tailwind.config.js
17 lines
274 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/**
@
type
{
import('tailwindcss').Config
}
*/
2
module
.
exports
=
{
3
content
:
[
4
"
./*.{html,php}
"
,
5
'
./inc/**/*.{html,php}
'
6
]
,
7
theme
:
{
8
extend
:
{
}
,
9
}
,
10
variants
:
{
11
extend
:
{
}
,
12
}
,
13
plugins
:
[
14
require
(
'
tailwindcss
'
)
,
15
require
(
'
autoprefixer
'
)
,
16
]
,
17
}