Topic: [BUG] Minify css
Hi Awilum,
I found a bug with background css minify (work if add manually css in theme header)
The tag don't work after minify:
background: url(../img/title.png) no-repeat 0 0;
<link href="public/themes/Focus/css/focus.css" rel="stylesheet">
Image appear
<?php Stylesheet::add('public/themes/Focus/css/focus.css'); ?>
Image Don't appear