commitall
This commit is contained in:
11
account/theme/pages/build/scss/mixins/_touch-support.scss
Normal file
11
account/theme/pages/build/scss/mixins/_touch-support.scss
Normal file
@ -0,0 +1,11 @@
|
||||
//
|
||||
// Mixins: Touch Support
|
||||
//
|
||||
|
||||
@mixin on-touch-device {
|
||||
@media (hover: none) and (pointer: coarse) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
Reference in New Issue
Block a user