Skip to content

Commit 8286cba

Browse files
author
Fred Boyle
committed
chore(touch): Don’t use mixin
Signed-off-by: Fred Boyle <[email protected]>
1 parent eff7d93 commit 8286cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/touch-internal.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@import 'dependencies/touch';
88

99
#{$reset-wrapping-class} {
10-
@include has-touch {
10+
@media (pointer: coarse) and (hover: none) {
1111
// Framework
1212
@import 'components/touch';
1313
@import 'utilities/touch';

ui/touch.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@import 'dependencies/touch';
77

88
// Framework
9-
@include has-touch {
9+
@media (pointer: coarse) and (hover: none) {
1010
@import 'components/touch';
1111
@import 'utilities/touch';
1212
}

0 commit comments

Comments
 (0)