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 af208ca + 3f3b0bc commit 7068b0eCopy full SHA for 7068b0e
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