Add block elements to box-sizing module
Include `aside`, `nav`, `blockquote`, `figcaption`, and `figure` block elements in the box-sizing module.
This commit is contained in:
parent
dfb9515fba
commit
67f4cfb04b
1 changed files with 5 additions and 0 deletions
|
@ -8,8 +8,10 @@ html,
|
|||
body,
|
||||
div,
|
||||
article,
|
||||
aside,
|
||||
section,
|
||||
main,
|
||||
nav,
|
||||
footer,
|
||||
header,
|
||||
form,
|
||||
|
@ -26,6 +28,9 @@ li,
|
|||
dl,
|
||||
dt,
|
||||
dd,
|
||||
blockquote,
|
||||
figcaption,
|
||||
figure,
|
||||
textarea,
|
||||
table,
|
||||
td,
|
||||
|
|
Loading…
Reference in a new issue