diff options
Diffstat (limited to '_scss/components')
-rw-r--r-- | _scss/components/_core.scss | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/_scss/components/_core.scss b/_scss/components/_core.scss deleted file mode 100644 index 46740ac..0000000 --- a/_scss/components/_core.scss +++ /dev/null @@ -1,14 +0,0 @@ -@import 'utilities/textsizeadjust'; - -*, -*::after, -*::before { - @include text-size-adjust(100%); - - box-sizing: border-box; -} - -html { - background-color: $color-html; - overflow-y: scroll; -} |