Point to minified css file

This commit is contained in:
Random Penguin 2025-03-25 13:25:42 -05:00
parent 10baf0c2cf
commit 7dcc9e6882

View file

@ -16,6 +16,6 @@ function postbox_install()
function postbox_head(string &$b) function postbox_head(string &$b)
{ {
// Add Postbox Styling to Header // Add Postbox Styling to Header
$box_styles = __DIR__ . '/postbox.css'; $box_styles = __DIR__ . '/postbox.min.css';
DI::page()->registerStylesheet($box_styles); DI::page()->registerStylesheet($box_styles);
} }