Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unwanted styles for email preview #27828

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<remove src="extjs/resources/css/ext-all.css"/>
<remove src="extjs/resources/css/ytheme-magento.css"/>
<remove src="css/styles-old.css"/>
<remove src="css/styles.css"/>
<remove src="jquery/jstree/themes/default/style.css"/>
</head>
<body>
<attribute name="id" value="html-body"/>
<attribute name="class" value="preview-window"/>
Expand Down