|
|
@ -227,6 +227,7 @@ class Index extends CI_Controller
|
|
|
|
$style->outertext = '';
|
|
|
|
$style->outertext = '';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$style_content = str_replace('!important', '', $style_content);
|
|
|
|
$style_content = str_replace('!important', '', $style_content);
|
|
|
|
|
|
|
|
$style_content = str_replace('@charset "utf-8";', '', $style_content);
|
|
|
|
$amp_template = str_replace('/*@CUSTOM-CSS@*/', $style_content, $amp_template);
|
|
|
|
$amp_template = str_replace('/*@CUSTOM-CSS@*/', $style_content, $amp_template);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|