UNPKG
breakpoint-sass
Version:
latest (3.0.0)
next (4.0.0-beta.1)
4.0.0-beta.1
3.0.0
2.7.1
2.7.0
2.6.1
Really Simple Media Queries with Sass
github.com/at-import/breakpoint
at-import/breakpoint
breakpoint-sass
/
tests
/
controls
/
31_context_complex-memo.css
9 lines
(8 loc)
•
134 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
/** * Dynamic contexts. */
@media (
min
-width: 300px
), print, (
min
-width: 200px
) {
#multi-media {
-media:
all
print
all
; } }