Ive tested phpwee today and noticed that after using `\PHPWee\Minify::html('<html><body><style>.my-class { color: black; }</style></body>')` i got `<html><body><style></style></body></html>` as a result. Any ideas?
Ive tested phpwee today and noticed that after using
\PHPWee\Minify::html('<html><body><style>.my-class { color: black; }</style></body>')i got
<html><body><style></style></body></html>as a result.
Any ideas?