style-forge.media
Version:
Style-Forge.Media: comprehensive CSS media query helpers for responsive web design.
19 lines (18 loc) • 816 B
CSS
@media only screen and (min-width: 601px) and (max-width: 1024px) {
.\@tab\:mbm\:c { mix-blend-mode: color }
.\@tab\:mbm\:cb { mix-blend-mode: color-burn }
.\@tab\:mbm\:cd { mix-blend-mode: color-dodge }
.\@tab\:mbm\:dk { mix-blend-mode: darken }
.\@tab\:mbm\:df { mix-blend-mode: difference }
.\@tab\:mbm\:ex { mix-blend-mode: exclusion }
.\@tab\:mbm\:hl { mix-blend-mode: hard-light }
.\@tab\:mbm\:h { mix-blend-mode: hue }
.\@tab\:mbm\:lt { mix-blend-mode: lighten }
.\@tab\:mbm\:lm { mix-blend-mode: luminosity }
.\@tab\:mbm\:m { mix-blend-mode: multiply }
.\@tab\:mbm\:n { mix-blend-mode: normal }
.\@tab\:mbm\:o { mix-blend-mode: overlay }
.\@tab\:mbm\:s { mix-blend-mode: saturation }
.\@tab\:mbm\:sc { mix-blend-mode: screen }
.\@tab\:mbm\:sl { mix-blend-mode: soft-light }
}