Embedded CSS broken after CF proxy

I have simple HTML website with embedded CSS style tag. Locally it all works fine, but after deployment and proxied on CF, CSS styles are never applied to elements. How can I disable CF minification or prevent that from happening?
Was this page helpful?