diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/media.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/media.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/media.css b/theme-compiler/tests/resources/automatic/css/media.css deleted file mode 100644 index 5f7267fa9a..0000000000 --- a/theme-compiler/tests/resources/automatic/css/media.css +++ /dev/null @@ -1,16 +0,0 @@ -@media screen { - .v-view { - overflow: visible; - } - .details { - font-size: 1pt; - font-weight: bold; - } - width: 100%; -} - -@media screen and (max-width: 480px) { - .abc { - background: red; - } -} |