use standard block.json method with ACF blocks

This commit is contained in:
2025-12-15 18:10:06 +00:00
parent 5015672eff
commit 9fd6afa1e1
22 changed files with 752 additions and 403 deletions

View File

@@ -5,7 +5,7 @@
@mixin generate_button_colors($name, $hex) {
$buttons: (
".button",
".btn",
"button",
"input[type=submit]",
);