Kein Kommentar

This commit is contained in:
Stephan 2017-02-07 16:31:48 +01:00
parent 0d9570db4f
commit ff3af38c25

View file

@ -42,13 +42,13 @@
box-sizing: content-box; box-sizing: content-box;
} }
%size_content_wrap { %size_content_solo {
@extend %size_content; @extend %size_content;
*, *,
::before, ::before,
::after { ::after {
box-sizing: inherit; box-sizing: border-box;
} }
} }