UNPKG

style-forge.media

Version:

Style-Forge.Media: comprehensive CSS media query helpers for responsive web design.

67 lines (55 loc) 2.9 kB
@media only screen and (min-width: 601px) and (max-width: 1024px) { .\@tab\:bg\:n { background: none } .\@tab\:bg\:i\:n { background-image: none } .\@tab\:bg\:a\:f { background-attachment: fixed } .\@tab\:bg\:a\:s { background-attachment: scroll } .\@tab\:bg\:c\:t { background-color: transparent } .\@tab\:bg\:b\:c { background-blend-mode: color } .\@tab\:bg\:b\:cb { background-blend-mode: color-burn } .\@tab\:bg\:b\:cd { background-blend-mode: color-dodge } .\@tab\:bg\:b\:d { background-blend-mode: darken } .\@tab\:bg\:b\:diff { background-blend-mode: difference } .\@tab\:bg\:b\:e { background-blend-mode: exclusion } .\@tab\:bg\:b\:hl { background-blend-mode: hard-light } .\@tab\:bg\:b\:h { background-blend-mode: hue } .\@tab\:bg\:b\:l { background-blend-mode: lighten } .\@tab\:bg\:b\:lum { background-blend-mode: luminosity } .\@tab\:bg\:b\:m { background-blend-mode: multiply } .\@tab\:bg\:b\:n { background-blend-mode: normal } .\@tab\:bg\:b\:o { background-blend-mode: overlay } .\@tab\:bg\:b\:s { background-blend-mode: saturation } .\@tab\:bg\:b\:sc { background-blend-mode: screen } .\@tab\:bg\:b\:sl { background-blend-mode: soft-light } .\@tab\:bg\:bk\:bb { background-break: bounding-box } .\@tab\:bg\:bk\:c { background-break: continuous } .\@tab\:bg\:bk\:eb { background-break: each-box } .\@tab\:bg\:sz\:a { background-size: auto } .\@tab\:bg\:sz\:ct { background-size: contain } .\@tab\:bg\:sz\:cv { background-size: cover } .\@tab\:bg\:p\:tl { background-position: top left } .\@tab\:bg\:p\:tc { background-position: top center } .\@tab\:bg\:p\:tr { background-position: top right } .\@tab\:bg\:p\:cl { background-position: center left } .\@tab\:bg\:p\:cc { background-position: center center } .\@tab\:bg\:p\:cr { background-position: center right } .\@tab\:bg\:p\:bl { background-position: bottom left } .\@tab\:bg\:p\:bc { background-position: bottom center } .\@tab\:bg\:p\:br { background-position: bottom right } .\@tab\:bg\:p\:x50y50 { background-position: 50% 50% } .\@tab\:bg\:r\:n { background-repeat: no-repeat } .\@tab\:bg\:r\:x { background-repeat: repeat-x } .\@tab\:bg\:r\:y { background-repeat: repeat-y } .\@tab\:bg\:r\:r { background-repeat: repeat } .\@tab\:bg\:r\:s { background-repeat: space } .\@tab\:bg\:r\:r { background-repeat: round } .\@tab\:bg\:cp\:b { background-clip: border-box } .\@tab\:bg\:cp\:p { background-clip: padding-box } .\@tab\:bg\:cp\:c { background-clip: content-box } .\@tab\:bg\:cp\:t { background-clip: text } .\@tab\:bg\:o\:b { background-origin: border-box } .\@tab\:bg\:o\:p { background-origin: padding-box } .\@tab\:bg\:o\:c { background-origin: content-box } .\@tab\:bg\:sz\:f { background-size: 100% 100% } .\@tab\:bg\:sz\:h { background-size: 100% auto } .\@tab\:bg\:sz\:w { background-size: auto 100% } }