From 6db2f0f4b9816ccd271332b89a05a9d0d753216b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 26 Feb 2015 17:57:42 +0100 Subject: shuffle things around on the way to a bootstrap-based configurable website --- assets/css/lib/bootstrap/mixins/_text-emphasis.scss | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 assets/css/lib/bootstrap/mixins/_text-emphasis.scss (limited to 'assets/css/lib/bootstrap/mixins/_text-emphasis.scss') diff --git a/assets/css/lib/bootstrap/mixins/_text-emphasis.scss b/assets/css/lib/bootstrap/mixins/_text-emphasis.scss deleted file mode 100644 index 1101e03..0000000 --- a/assets/css/lib/bootstrap/mixins/_text-emphasis.scss +++ /dev/null @@ -1,11 +0,0 @@ -// Typography - -// [converter] $parent hack -@mixin text-emphasis-variant($parent, $color) { - #{$parent} { - color: $color; - } - a#{$parent}:hover { - color: darken($color, 10%); - } -} -- cgit v1.2.3