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.
2 parents 375c593 + 801614d commit dc680abCopy full SHA for dc680ab
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