aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-02-04 21:15:01 -0800
committerChris Rebert <[email protected]>2015-02-04 21:15:01 -0800
commitf265fed3eb02f39cf85000b3a6477b4f5b3ae7cc (patch)
tree2600b3ffc76d423db222251359f762c1ee86649c /scss
parent7294506ebb482de0d865e5ef21dc518f89745570 (diff)
downloadbootstrap-f265fed3eb02f39cf85000b3a6477b4f5b3ae7cc.tar.xz
bootstrap-f265fed3eb02f39cf85000b3a6477b4f5b3ae7cc.zip
account for mq4-hover-shim's renaming & org move
Diffstat (limited to 'scss')
-rw-r--r--scss/mixins/_hover.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_hover.scss b/scss/mixins/_hover.scss
index fb5b52016..da18c6b69 100644
--- a/scss/mixins/_hover.scss
+++ b/scss/mixins/_hover.scss
@@ -1,7 +1,7 @@
@mixin hover {
@if $use-hover-media-query {
// See Media Queries Level 4: http://drafts.csswg.org/mediaqueries/#hover
- // Currently shimmed by https://github.com/cvrebert/mq4-hover-hover-shim
+ // Currently shimmed by https://github.com/twbs/mq4-hover-shim
@media (hover: hover) {
&:hover { @content }
}