diff --git a/blog.html b/blog.html deleted file mode 100644 index 0a9f265..0000000 --- a/blog.html +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: default -title: Blog ---- - -

Blog

- - diff --git a/scss/_mixins.scss b/scss/_mixins.scss deleted file mode 100644 index d6da0e9..0000000 --- a/scss/_mixins.scss +++ /dev/null @@ -1,6 +0,0 @@ - -// Define font-size and line height together -@mixin font-size-line-height($font-size, $line-height) { - font-size: $font-size; - line-height: $line-height; -}