PluginProbe ʕ •ᴥ•ʔ
Auto Post Cleaner / 3.14.0
Auto Post Cleaner v3.14.0
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 3.1.0 3.10.1 3.10.2 3.11.4
delete-old-posts-programmatically / postcss.config.js
delete-old-posts-programmatically Last commit date
assets 14 hours ago freemius 14 hours ago inc 14 hours ago languages 3 years ago README.md 3 months ago composer.json 5 years ago delete-old-posts-premium.php 3 years ago delete-old-posts-programmatically.php 3 years ago delete-old-posts.php 14 hours ago package-lock.json 3 months ago package.json 14 hours ago postcss.config.js 5 years ago readme.txt 14 hours ago styles.css 14 hours ago tailwind.config.js 2 years ago
postcss.config.js
7 lines
1 // postcss.config.js
2 module.exports = {
3 plugins: {
4 tailwindcss: {},
5 autoprefixer: {},
6 }
7 }