diff options
Diffstat (limited to '_scss/components')
| -rw-r--r-- | _scss/components/_core.scss | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/_scss/components/_core.scss b/_scss/components/_core.scss index ae17c9e..9e19359 100644 --- a/_scss/components/_core.scss +++ b/_scss/components/_core.scss @@ -1,11 +1,10 @@ -@import 'utilities/boxsizing';  @import 'utilities/textsizeadjust';  *,  *::after,  *::before { -  @include box-sizing(border-box);    @include text-size-adjust(100%); +  box-sizing: border-box;  }  html { | 
