diff options
| author | Chris Rebert <[email protected]> | 2015-02-04 21:15:01 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-04 21:15:01 -0800 |
| commit | f265fed3eb02f39cf85000b3a6477b4f5b3ae7cc (patch) | |
| tree | 2600b3ffc76d423db222251359f762c1ee86649c /scss | |
| parent | 7294506ebb482de0d865e5ef21dc518f89745570 (diff) | |
| download | bootstrap-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.scss | 2 |
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 } } |
