UNPKG

style-forge.media

Version:

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

75 lines (62 loc) 3.44 kB
@media only screen and (min-width: 601px) and (max-width: 1024px) { .\@tab\:bd\:c\:i { border-color: inherit } .\@tab\:bd\:c\:ii { border-color: initial } .\@tab\:bd\:st { border-style: solid } .\@tab\:bd\:st\:n { border-style: none } .\@tab\:bd\:st\:r { border-style: ridge } .\@tab\:bd\:st\:da { border-style: dashed } .\@tab\:bd\:st\:do { border-style: dotted } .\@tab\:bd\:st\:dbl { border-style: double } .\@tab\:bd\:st\:g { border-style: groove } .\@tab\:bd\:st\:h { border-style: hidden } .\@tab\:bd\:st\:in { border-style: inset } .\@tab\:bd\:st\:out { border-style: outset } .\@tab\:bd\:0 { border: 0 } .\@tab\:bd\:w\:0 { border-width: 0 } .\@tab\:bd, .\@tab\:bd\:1 { border: var(--sf-bd-w) solid } .\@tab\:bd\:2 { border: calc(var(--sf-bd-w) * 2) solid } .\@tab\:bd\:w, .\@tab\:bd\:w\:1 { border-width: var(--sf-bd-w) } .\@tab\:bd\:t\:w { border-block-start-width: var(--sf-bd-w) } .\@tab\:bd\:r\:w { border-inline-end-width: var(--sf-bd-w) } .\@tab\:bd\:b\:w { border-block-end-width: var(--sf-bd-w) } .\@tab\:bd\:l\:w { border-inline-start-width: var(--sf-bd-w) } .\@tab\:bd\:x\:w { border-inline-width: var(--sf-bd-w) } .\@tab\:bd\:y\:w { border-block-width: var(--sf-bd-w) } .\@tab\:bd\:t\:w\:0 { border-block-start-width: 0 } .\@tab\:bd\:r\:w\:0 { border-inline-end-width: 0 } .\@tab\:bd\:b\:w\:0 { border-block-end-width: 0 } .\@tab\:bd\:l\:w\:0 { border-inline-start-width: 0 } .\@tab\:bd\:x\:w\:0 { border-inline-width: 0 } .\@tab\:bd\:y\:w\:0 { border-block-width: 0 } .\@tab\:bd\:w\:2 { border-width: calc(var(--sf-bd-w) * 2) } .\@tab\:bd\:t\:w\:2 { border-block-start-width: calc(var(--sf-bd-w) * 2) } .\@tab\:bd\:r\:w\:2 { border-inline-end-width: calc(var(--sf-bd-w) * 2) } .\@tab\:bd\:b\:w\:2 { border-block-end-width: calc(var(--sf-bd-w) * 2) } .\@tab\:bd\:l\:w\:2 { border-inline-start-width: calc(var(--sf-bd-w) * 2) } .\@tab\:bd\:x\:w\:2 { border-inline-width: calc(var(--sf-bd-w) * 2) } .\@tab\:bd\:y\:w\:2 { border-block-width: calc(var(--sf-bd-w) * 2) } /* /// */ html.var .\@tab\:bd, html.var .\@tab\:bd\:1 { border: 1px solid } html.var .\@tab\:bd\:2 { border: 2px solid } html.var .\@tab\:bd\:w, html.var .\@tab\:bd\:w\:1 { border-width: 1px } html.var .\@tab\:bd\:t\:w { border-top-width: 1px } html.var .\@tab\:bd\:r\:w { border-right-width: 1px } html.var .\@tab\:bd\:b\:w { border-bottom-width: 1px } html.var .\@tab\:bd\:l\:w { border-left-width: 1px } html.var .\@tab\:bd\:x\:w { border-left-width: 1px; border-right-width: 1px } html.var .\@tab\:bd\:y\:w { border-top-width: 1px; border-bottom-width: 1px } html.var .\@tab\:bd\:t\:w\:0 { border-top-width: 0 } html.var .\@tab\:bd\:r\:w\:0 { border-right-width: 0 } html.var .\@tab\:bd\:b\:w\:0 { border-bottom-width: 0 } html.var .\@tab\:bd\:l\:w\:0 { border-left-width: 0 } html.var .\@tab\:bd\:x\:w\:0 { border-left-width: 0; border-right-width: 0 } html.var .\@tab\:bd\:y\:w\:0 { border-top-width: 0; border-bottom-width: 0 } html.var .\@tab\:bd\:t\:w\:2 { border-top-width: 2px } html.var .\@tab\:bd\:r\:w\:2 { border-right-width: 2px } html.var .\@tab\:bd\:b\:w\:2 { border-bottom-width: 2px } html.var .\@tab\:bd\:l\:w\:2 { border-left-width: 2px } html.var .\@tab\:bd\:x\:w\:2 { border-left-width: 2px; border-right-width: 2px } html.var .\@tab\:bd\:y\:w\:2 { border-top-width: 2px; border-bottom-width: 2px } }