@@ -30,8 +30,8 @@ margin({left, top, right, bottom}, subject)
30
30
31
31
. Space is added to the left, top, right, and bottom of the subject with the
32
32
given parameters.
33
- . The element's _limits_ is overridden to account for the additional space.
34
- . The `margin` does not violate the natural _limits_ of the subject.
33
+ . The element's {limits} is overridden to account for the additional space.
34
+ . The `margin` does not violate the natural {limits} of the subject.
35
35
`margin` will respect the subject's min-max constraints and resizability.
36
36
. Returns instance of `Proxy`.
37
37
@@ -58,8 +58,8 @@ margin_left(left, subject)
58
58
=== Semantics
59
59
60
60
. Space is added to the left of the subject with the given parameter.
61
- . The element's _limits_ is overridden to account for the additional space.
62
- . The `margin_left` does not violate the natural _limits_ of the subject.
61
+ . The element's {limits} is overridden to account for the additional space.
62
+ . The `margin_left` does not violate the natural {limits} of the subject.
63
63
`margin_left` will respect the subject's min-max constraints and
64
64
resizability.
65
65
. Returns instance of `Proxy`.
@@ -87,8 +87,8 @@ margin_right(right, subject)
87
87
=== Semantics
88
88
89
89
. Space is added to the right of the subject with the given parameter.
90
- . The element's _limits_ is overridden to account for the additional space.
91
- . The `margin_right` does not violate the natural _limits_ of the subject.
90
+ . The element's {limits} is overridden to account for the additional space.
91
+ . The `margin_right` does not violate the natural {limits} of the subject.
92
92
`margin_right` will respect the subject's min-max constraints and
93
93
resizability.
94
94
. Returns instance of `Proxy`.
@@ -116,8 +116,8 @@ margin_top(top, subject)
116
116
=== Semantics
117
117
118
118
. Space is added to the top of the subject with the given parameter.
119
- . The element's _limits_ is overridden to account for the additional space.
120
- . The `margin_top` does not violate the natural _limits_ of the subject.
119
+ . The element's {limits} is overridden to account for the additional space.
120
+ . The `margin_top` does not violate the natural {limits} of the subject.
121
121
`margin_top` will respect the subject's min-max constraints and
122
122
resizability.
123
123
. Returns instance of `Proxy`.
@@ -146,8 +146,8 @@ margin_bottom(bottom, subject)
146
146
147
147
. Space is added to the to the bottom of the subject with the given
148
148
parameter.
149
- . The element's _limits_ is overridden to account for the additional space.
150
- . The `margin_bottom` does not violate the natural _limits_ of the subject.
149
+ . The element's {limits} is overridden to account for the additional space.
150
+ . The `margin_bottom` does not violate the natural {limits} of the subject.
151
151
`margin_bottom` will respect the subject's min-max constraints and
152
152
resizability.
153
153
. Returns instance of `Proxy`.
@@ -186,8 +186,8 @@ margin_left_right(left, right, subject)
186
186
187
187
. Space is added to the to the left and right sides of the subject with the
188
188
given parameters.
189
- . The element's _limits_ is overridden to account for the additional space.
190
- . The `hmargin` (and variants) does not violate the natural _limits_ of the
189
+ . The element's {limits} is overridden to account for the additional space.
190
+ . The `hmargin` (and variants) does not violate the natural {limits} of the
191
191
subject. `hmargin` (and variants) will respect the subject's min-max
192
192
constraints and resizability.
193
193
. Returns instance of `Proxy`.
@@ -228,8 +228,8 @@ margin_top_bottom(top, bottom, subject)
228
228
229
229
. Space is added to the to the top and bottom sides of the subject with the
230
230
given parameters.
231
- . The element's _limits_ is overridden to account for the additional space.
232
- . The `vmargin` (and variants) does not violate the natural _limits_ of the
231
+ . The element's {limits} is overridden to account for the additional space.
232
+ . The `vmargin` (and variants) does not violate the natural {limits} of the
233
233
subject. `vmargin` (and variants) will respect the subject's min-max
234
234
constraints and resizability.
235
235
. Returns instance of `Proxy`.
@@ -262,8 +262,8 @@ margin_left_top(left, top, subject)
262
262
263
263
. Space is added to the to the left and top sides of the subject with the
264
264
given parameters.
265
- . The element's _limits_ is overridden to account for the additional space.
266
- . The `margin_left_top` (and variant) does not violate the natural _limits_
265
+ . The element's {limits} is overridden to account for the additional space.
266
+ . The `margin_left_top` (and variant) does not violate the natural {limits}
267
267
of the subject. `margin_left_top` (and variant) will respect the subject's
268
268
min-max constraints and resizability.
269
269
. Returns instance of `Proxy`.
@@ -296,9 +296,9 @@ margin_left_bottom(left, bottom, subject)
296
296
297
297
. Space is added to the to the left and bottom sides of the subject with the
298
298
given parameters.
299
- . The element's _limits_ is overridden to account for the additional space.
299
+ . The element's {limits} is overridden to account for the additional space.
300
300
. The `margin_left_bottom` (and variant) does not violate the natural
301
- _limits_ of the subject. `margin_left_bottom` (and variant) will respect
301
+ {limits} of the subject. `margin_left_bottom` (and variant) will respect
302
302
the subject's min-max constraints and resizability.
303
303
. Returns instance of `Proxy`.
304
304
@@ -330,8 +330,8 @@ margin_right_top(right, top, subject)
330
330
331
331
. Space is added to the to the right and top sides of the subject with the
332
332
given parameters.
333
- . The element's _limits_ is overridden to account for the additional space.
334
- . The `margin_right_top` (and variant) does not violate the natural _limits_
333
+ . The element's {limits} is overridden to account for the additional space.
334
+ . The `margin_right_top` (and variant) does not violate the natural {limits}
335
335
of the subject. `margin_right_top` (and variant) will respect the
336
336
subject's min-max constraints and resizability.
337
337
. Returns instance of `Proxy`.
@@ -364,7 +364,7 @@ margin_right_bottom(right, bottom, subject)
364
364
365
365
. Space is added to the to the right and bottom sides of the subject with the
366
366
given parameters.
367
- . The element's _limits_ is overridden to account for the additional space.
367
+ . The element's {limits} is overridden to account for the additional space.
368
368
. The `margin_right_bottom` (and variant) does not violate the natural
369
369
limits of the subject. `margin_right_bottom` (and variant) will respect
370
370
the subject's min-max constraints and resizability.
0 commit comments