I've got this basic HTML page along with some CSS code that I want to repurpose as a template for web email. However, in order to make it work for emails, I need to merge the CSS into the HTML code. Is there any tool out there that can help extract the CSS and embed it directly into the HTML?
Can InteliJ do this task effectively?