PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
FrontBlocks for Gutenberg/GeneratePress
/
ci-artifacts
FrontBlocks for Gutenberg/GeneratePress
vci-artifacts
Switch version
trunk
0.2.0
0.2.1
0.2.2
0.2.3
0.2.4
0.2.5
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.1.0
1.2.0
1.2.1
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
ci-artifacts
Overview
Code
Analysis
frontblocks
/
postcss.config.js
frontblocks
Last commit date
.wordpress-playground
1 month ago
assets
1 month ago
includes
1 month ago
vendor
1 month ago
.phplint.yml
1 month ago
frontblocks.php
1 month ago
postcss.config.js
1 month ago
readme.md
1 month ago
readme.txt
1 month ago
tailwind.config.js
1 month ago
postcss.config.js
8 lines
1
module
.
exports
=
{
2
plugins
:
{
3
tailwindcss
:
{
}
,
4
autoprefixer
:
{
}
,
5
}
,
6
}
;
7
8