From 396aee5e59871e542606f4cdf9b2dc531422fbd2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 8 Apr 2024 22:51:29 +0100 Subject: [PATCH] Remove vim modeline It's no longer needed as I've fixed `.theme` files within my Neovim configuration. --- web/themes/custom/opdavies/opdavies.theme | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/themes/custom/opdavies/opdavies.theme b/web/themes/custom/opdavies/opdavies.theme index 3524c2a..298a96f 100644 --- a/web/themes/custom/opdavies/opdavies.theme +++ b/web/themes/custom/opdavies/opdavies.theme @@ -10,5 +10,3 @@ function opdavies_preprocess_image_style(array &$variables): void { $variables['image']['#attributes']['class'] = 'size-16 rounded-full ring-[3px] ring-blue-primary dark:ring-white'; } } - -# vim: ft=php