Can someone help me to find files .css or .less containing class declaration?
Where are they located?
For example where I can find declaration of following class in the template "New order for guest"?:
...
<table class="order-details">
<tr>
<td class="address-details">
<h3>{{trans "Billing Info"}}</h3>
<p>{{var formattedBillingAddress|raw}}</p>
</td>
{{depend order.getIsNotVirtual()}}
<td class="address-details">
...
Thanks for help,
Daniele
Hello @webarredamenti
https://devdocs.magento.com/guides/v2.0/frontend-dev-guide/templates/template-email.html
Follow below link to check path of css:
Hello @webarredamenti,
You can check the official documentation here : http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/templates/template-email.html
The general steps :
And the final step is to upgrade the Magento 2 Emogrifier library in order to fix bugs with inline css generation.
--
If my answer is useful, please Accept as Solution & give Kudos