prettier/tests/css_atrule/custom-media.css

105 lines
1.1 KiB
CSS

@custom-media --small-viewport (max-width: 30em);
@custom-media --small-viewport (max-width:30em);
@custom-media --small-viewport ( max-width : 30em ) ;
@custom-media --small-viewport
(max-width: 30em);
@custom-media
--small-viewport
(
max-width: 30em
);
@custom-media
--small-viewport
(
max-width
:
30em
)
;
@custom-media
--small-viewport
(
max-width
:
30em
)
;
@custom-media --none not all;
@custom-media --none not all ;
@custom-media --none
not all;
@custom-media --none
not
all;
@custom-media
--none
not
all
;
@custom-media
--none
not
all
;
@custom-media --tablet (min-width: 768px) and (max-width: 1279px);
@custom-media --tablet (min-width:768px) and (max-width:1279px);
@custom-media --tablet ( min-width : 768px ) and ( max-width : 1279px ) ;
@custom-media --tablet
(min-width: 768px) and (max-width: 1279px);
@custom-media
--tablet
(min-width: 768px) and
(max-width: 1279px);
@custom-media
--tablet
(
min-width
:
768px
)
and
(
max-width
:
1279px
)
;
@custom-media
--tablet
(
min-width
:
768px
)
and
(
max-width
:
1279px
)
;