diff --git a/_sass/base.scss b/_sass/base.scss index a32ec9a..29eca3d 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -18,20 +18,6 @@ $grey-color: #828282 !default; $grey-color-light: lighten($grey-color, 40%) !default; $grey-color-dark: darken($grey-color, 25%) !default; -$on-palm: 600px !default; -$on-laptop: 800px !default; - -@mixin media-query($device) { - @media screen and (max-width: $device) { - @content; - } -} - -@mixin relative-font-size($ratio) { - font-size: $base-font-size * $ratio; -} - - body { margin: 0; padding: 0; diff --git a/_sass/hacker.scss b/_sass/hacker.scss index c94c9be..635b9b1 100644 --- a/_sass/hacker.scss +++ b/_sass/hacker.scss @@ -988,15 +988,5 @@ a { } } } - -/* - .svg-icon { - width: 16px; - height: 16px; - display: inline-block; - fill: #{$grey-color}; - padding-right: 5px; - vertical-align: text-top; -} -*/ \ No newline at end of file + \ No newline at end of file