summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/sourcemap-css/media-rules.css
blob: fad540a96430e21b39fca29d5c565ed2f01d6fdd (plain)
1
2
3
4
5
6
7
8
@media screen and (max-width: 320px) {
  div {
    width: 100px; } }
@media screen and (min-width: 1200px) {
  div {
    width: 400px; } }

/*# sourceMappingURL=media-rules.css.map */