diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/media.scss')
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/media.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/media.scss b/theme-compiler/tests/resources/automatic/scss/media.scss new file mode 100644 index 0000000000..7db52de9ed --- /dev/null +++ b/theme-compiler/tests/resources/automatic/scss/media.scss @@ -0,0 +1,5 @@ +@media screen and (max-width: 480px) { + .abc { + background: red; + } +} |