Skip to content

Commit

Permalink
margin and padding property css properties added
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshojha committed Jun 27, 2020
1 parent 7eb73ea commit 7c8d333
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/emmet.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,12 @@ Also use any options, pos:a/r/f
display: inline-block;
```

* You can use `m` for margin and `p` for padding followed by direction

`mr` -> `margin-right`

`pr` -> `padding-right`

* `@f` will result in

```css
Expand Down

0 comments on commit 7c8d333

Please sign in to comment.