prettier/tests/stylefmt/media-indent/media-indent.css

7 lines
87 B
CSS

.foo {
@media(max-width:1000px)
{
display: none;
}
}