mirror of
https://github.com/dyzulk/raisen-app.git
synced 2026-01-27 07:05:31 +07:00
first commit
This commit is contained in:
11
vendor/template/build/scss/mixins/_touch-support.scss
vendored
Normal file
11
vendor/template/build/scss/mixins/_touch-support.scss
vendored
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