- start a basic plugin that can send code to front

- for the moment it send js scripts, css, and variables
This commit is contained in:
asus
2024-02-07 18:46:28 +01:00
parent e3ae101fdd
commit b943682047
7 changed files with 98 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
.has-text-align-center.wp-block-post-title {
border: 1px solid green;
}