@ -366,7 +366,7 @@ class CSS {
|
||||
$node->style = self::arrayToStyle($style);
|
||||
|
||||
// remove all !important tags (inlined styles take precedent over others anyway)
|
||||
$node->style = str_replace("!important", "", $node->style);
|
||||
// $node->style = str_replace("!important", "", $node->style);
|
||||
|
||||
// I'm leaving this for debug purposes, it has proved useful.
|
||||
/*
|
||||
|
Reference in New Issue
Block a user