mirror of
https://gitlab.com/randompenguin/postbox.git
synced 2025-04-14 08:09:04 +00:00
Point to minified css file
This commit is contained in:
parent
10baf0c2cf
commit
7dcc9e6882
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue