Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
mjml-section
Advanced tools
```xml <mjml> <mj-body> <mj-container> <mj-section full-width="full-width" background-color="red"> <!-- Your columns go here --> </mj-section> </mj-container> </mj-body> </mjml> ```
<mjml>
<mj-body>
<mj-container>
<mj-section full-width="full-width" background-color="red">
<!-- Your columns go here -->
</mj-section>
</mj-container>
</mj-body>
</mjml>
Sections are intended to be used as rows within your email. They will be used to structure the layout.
The full-width
property will be used to manage the background width.
By default, it will be 600px. With the full-width
property on, it will be
changed to 100%.
attribute | unit | description | default value |
---|---|---|---|
full-width | string | make the section full-width | n/a |
background-color | color | section color | n/a |
background-url | url | background url | n/a |
background-repeat | string | css background repeat | repeat |
background-size | percent/px | css background size | auto |
vertical-align | string | css vertical-align | top |
text-align | string | css text-align | center |
padding | px | supports up to 4 parameters | 20px 0 |
padding-top | px | section top offset | n/a |
padding-bottom | px | section bottom offset | n/a |
padding-left | px | section left offset | n/a |
padding-right | px | section right offset | n/a |
FAQs
mjml-section
The npm package mjml-section receives a total of 474,002 weekly downloads. As such, mjml-section popularity was classified as popular.
We found that mjml-section demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.