Add reference for content-box model
This commit is contained in:
parent
c36cb6f853
commit
199dbbdb8a
1 changed files with 10 additions and 0 deletions
|
|
@ -38,6 +38,16 @@
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%size_content {
|
||||||
|
box-sizing: content-box;
|
||||||
|
|
||||||
|
*,
|
||||||
|
::before,
|
||||||
|
::after {
|
||||||
|
box-sizing: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Structure attributes
|
// Structure attributes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue