1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-14 17:44:15 +02:00

account for mq4-hover-shim's renaming & org move

This commit is contained in:
Chris Rebert
2015-02-04 21:15:01 -08:00
parent 7294506ebb
commit f265fed3eb
4 changed files with 4 additions and 4 deletions

View File

@@ -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 }
}