From 6c7ba1bc57f452a537548996823111b9a724c675 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Tue, 11 Feb 2014 09:12:35 -0500 Subject: Deleting a couple of old files. --- scss/_mixins.scss | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 scss/_mixins.scss (limited to 'scss') 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; -} -- cgit v1.2.3