We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375c593 commit 801614dCopy full SHA for 801614d
packages/mjml-wrapper/src/index.js
@@ -5,6 +5,7 @@ export default class MjWrapper extends MjSection {
5
static componentName = 'mj-wrapper'
6
7
static allowedAttributes = {
8
+ ...MjSection.allowedAttributes,
9
gap: 'unit(px)',
10
}
11
0 commit comments