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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/mixins/_badge.scss')
-rw-r--r--assets/stylesheets/bootstrap/mixins/_badge.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/mixins/_badge.scss b/assets/stylesheets/bootstrap/mixins/_badge.scss
index 257a6ab..eeca0b4 100644
--- a/assets/stylesheets/bootstrap/mixins/_badge.scss
+++ b/assets/stylesheets/bootstrap/mixins/_badge.scss
@@ -1,10 +1,10 @@
@mixin badge-variant($bg) {
- @include color-yiq($bg);
+ color: color-yiq($bg);
background-color: $bg;
&[href] {
@include hover-focus {
- @include color-yiq($bg);
+ color: color-yiq($bg);
text-decoration: none;
background-color: darken($bg, 10%);
}