From 7dcc9e688243e0434e613dc7f717e871bb743e2f Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Tue, 25 Mar 2025 13:25:42 -0500 Subject: [PATCH] Point to minified css file --- postbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postbox.php b/postbox.php index daedf81..0ff09ae 100644 --- a/postbox.php +++ b/postbox.php @@ -16,6 +16,6 @@ function postbox_install() function postbox_head(string &$b) { // Add Postbox Styling to Header - $box_styles = __DIR__ . '/postbox.css'; + $box_styles = __DIR__ . '/postbox.min.css'; DI::page()->registerStylesheet($box_styles); } \ No newline at end of file