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

7 lines
91 B
CSS

@import "foo";@import "bar";
.wrapper {
@media (min-width: 1025px) {
max-width: 600px;
}
}