From b2e7b42a306907fd3c4dda8f930b5e1ad9c21110 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 28 Aug 2025 09:48:45 +0200 Subject: [PATCH] REFACTOR Reformating file --- resources/css/editor-style.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 5844952..98d4373 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -1,28 +1,28 @@ -@import "tailwindcss/components"; -@import "tailwindcss/utilities"; +@import 'tailwindcss/components'; +@import 'tailwindcss/utilities'; body { - @apply font-sans; + @apply font-sans; } .wp-block { - @apply max-w-screen-xl; + @apply max-w-screen-xl; } -.wp-block[data-align="wide"] { - @apply max-w-screen-xl; +.wp-block[data-align='wide'] { + @apply max-w-screen-xl; } -.wp-block[data-align="full"] { - @apply max-w-full; +.wp-block[data-align='full'] { + @apply max-w-full; } .wp-block.alignfull { - @apply max-w-full; + @apply max-w-full; } .acf-block-component { - /* @apply bg-red-500; */ + /* @apply bg-red-500; */ } .acf-block-fields { - @apply max-w-screen-md mx-auto; + @apply max-w-screen-md mx-auto; }