aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-02-11 09:12:35 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-02-11 09:12:35 -0500
commit6c7ba1bc57f452a537548996823111b9a724c675 (patch)
tree2798e465bc93e0c5990077fd3e95230f76a7e1ec /scss
parenta0d3ee167907e55b47def7fbfa76298a326ed8b4 (diff)
downloadkompetenzbolzen.github.io-6c7ba1bc57f452a537548996823111b9a724c675.tar.gz
Deleting a couple of old files.
Diffstat (limited to 'scss')
-rw-r--r--scss/_mixins.scss6
1 files changed, 0 insertions, 6 deletions
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;
-}