Files
tenfourfox/devtools/client/styleeditor/test/sourcemap-css/media-rules.css
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
183 B
CSS

@media screen and (max-width: 320px) {
div {
width: 100px; } }
@media screen and (min-width: 1200px) {
div {
width: 400px; } }
/*# sourceMappingURL=media-rules.css.map */