style-forge.media
Version:
Style-Forge.Media: comprehensive CSS media query helpers for responsive web design.
16 lines (12 loc) • 559 B
CSS
@media only screen and (min-width: 601px) and (max-width: 1024px) {
.\@tab\:tac\:a { touch-action: auto }
.\@tab\:tac\:n { touch-action: none }
.\@tab\:tac\:m { touch-action: manipulation }
.\@tab\:tac\:px { touch-action: pan-x }
.\@tab\:tac\:py { touch-action: pan-y }
.\@tab\:tac\:pxy { touch-action: pan-x pan-y }
.\@tab\:tac\:pz { touch-action: pinch-zoom }
.\@tab\:tac\:px\:pz { touch-action: pan-x pinch-zoom }
.\@tab\:tac\:py\:pz { touch-action: pan-y pinch-zoom }
.\@tab\:tac\:pxy\:pz { touch-action: pan-x pan-y pinch-zoom }
}