Skip to content

Commit

Permalink
The spacing margin side identifiers 's' and 'e' may be intuitive for …
Browse files Browse the repository at this point in the history
…many but explicitly helping users associate the abbreviations to 'start' and 'end' should help people migrate from version 4 with less friction
  • Loading branch information
gitsome authored and mdo committed Mar 31, 2021
1 parent e82f509 commit 69912cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.0/utilities/spacing.md
Expand Up @@ -27,8 +27,8 @@ Where *sides* is one of:

- `t` - for classes that set `margin-top` or `padding-top`
- `b` - for classes that set `margin-bottom` or `padding-bottom`
- `s` - for classes that set `margin-left` or `padding-left` in LTR, `margin-right` or `padding-right` in RTL
- `e` - for classes that set `margin-right` or `padding-right` in LTR, `margin-left` or `padding-left` in RTL
- `s` - (start) for classes that set `margin-left` or `padding-left` in LTR, `margin-right` or `padding-right` in RTL
- `e` - (end) for classes that set `margin-right` or `padding-right` in LTR, `margin-left` or `padding-left` in RTL
- `x` - for classes that set both `*-left` and `*-right`
- `y` - for classes that set both `*-top` and `*-bottom`
- blank - for classes that set a `margin` or `padding` on all 4 sides of the element
Expand Down

0 comments on commit 69912cd

Please sign in to comment.