Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Add support for custom per-template MSO styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Oct 25, 2018
1 parent 32ab404 commit 80bace8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/_partials/css/outlook-conditional.blade.php
Expand Up @@ -5,7 +5,11 @@
</o:OfficeDocumentSettings>
</xml>
<style>
@hassection('mso-css')
@yield('mso-css')
@else
table {border-collapse: collapse;}
td,th,div,p,a,h1,h2,h3,h4,h5,h6 {font-family: "Segoe UI", sans-serif; mso-line-height-rule: exactly;}
@endif
</style>
<![endif]-->

0 comments on commit 80bace8

Please sign in to comment.