Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
added [margin|padding]-[block|inline] properties to “box model” block
Browse files Browse the repository at this point in the history
  • Loading branch information
didoo committed Sep 27, 2022
1 parent 48471b1 commit 3448b45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions groups/boxModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,15 @@ const partOne = [
'margin-right',
'margin-bottom',
'margin-left',
'margin-block',
'margin-inline',
'padding',
'padding-top',
'padding-right',
'padding-bottom',
'padding-left',
'padding-block',
'padding-inline',
];

const partTwo = ['object-fit', 'object-position', 'overflow', 'overflow-x', 'overflow-y'];
Expand Down

0 comments on commit 3448b45

Please sign in to comment.