Add reference for content-box model

This commit is contained in:
Stephan 2017-02-07 16:24:43 +01:00
parent c36cb6f853
commit 199dbbdb8a

View file

@ -38,6 +38,16 @@
margin-left: 0;
}
%size_content {
box-sizing: content-box;
*,
::before,
::after {
box-sizing: inherit;
}
}
// Structure attributes