-
Notifications
You must be signed in to change notification settings - Fork 4.7k
File block: Add spacing support #45107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 13 commits
017af05
90d6346
cf727a8
ec8bbe6
6c59b40
39b239d
f4b6ecd
dcf14cd
460905d
fd1d087
137786d
9256bb8
3b55fc6
7035826
b8bb5c2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,6 +57,17 @@ | |
| "supports": { | ||
| "anchor": true, | ||
| "align": true, | ||
| "spacing": { | ||
| "margin": true, | ||
| "padding": true | ||
| }, | ||
| "__experimentalStyle": { | ||
| "spacing": { | ||
| "margin": { | ||
| "bottom": "1.5em" | ||
| } | ||
| } | ||
| }, | ||
|
||
| "color": { | ||
| "gradients": true, | ||
| "link": true, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As noted in the
__experimentalStylethread, we'll need to remove this style fromclassic.scssto maintain the lower specificity default set instyle.scssrequired by layout supports.