Skip to content

m-style

Allows you to define styles using CSS syntax. The styles will not be inlined, so media queries can be used here. However, keep in mind that some email clients may ignore them.

Example

html
<m-style>
    .myclass{
    padding: 10px;
    width: 100%;
    background: #cccccc;
    }
</m-style>