summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/sourcemap-css/media-rules.css
blob: d4283200fdb93767d045a2c9767017d38c67e3a7 (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 */