Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/mixins/text-emphasis.less')
-rw-r--r--less/mixins/text-emphasis.less8
1 files changed, 0 insertions, 8 deletions
diff --git a/less/mixins/text-emphasis.less b/less/mixins/text-emphasis.less
deleted file mode 100644
index 0868ef9f2c..0000000000
--- a/less/mixins/text-emphasis.less
+++ /dev/null
@@ -1,8 +0,0 @@
-// Typography
-
-.text-emphasis-variant(@color) {
- color: @color;
- a&:hover {
- color: darken(@color, 10%);
- }
-}