mirror of https://github.com/ColorlibHQ/AdminLTE
Daniel
4 years ago
committed by
GitHub
3 changed files with 20 additions and 0 deletions
@ -0,0 +1,11 @@
|
||||
// |
||||
// Mixins: Touch Support |
||||
// |
||||
|
||||
@mixin on-touch-device { |
||||
@media (hover: none) and (pointer: coarse) { |
||||
@content; |
||||
} |
||||
} |
||||
|
||||
// |
Loading…
Reference in new issue