From ff3af38c254748ac62c7006cf9ac668a0e73e61f Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 7 Feb 2017 16:31:48 +0100 Subject: [PATCH] Kein Kommentar --- basic/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basic/_common.scss b/basic/_common.scss index 473c065..3d2ced8 100644 --- a/basic/_common.scss +++ b/basic/_common.scss @@ -42,13 +42,13 @@ box-sizing: content-box; } -%size_content_wrap { +%size_content_solo { @extend %size_content; *, ::before, ::after { - box-sizing: inherit; + box-sizing: border-box; } }