summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/scss/media-import.scss
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2013-05-13 16:27:35 +0300
committerVaadin Code Review <review@vaadin.com>2013-05-14 13:28:20 +0000
commita52ceb96590333bbfcb7ddad4815c88c49ac97ab (patch)
tree0ed886fe4b2c94be5ba3d009ddd39a3753fd69f2 /theme-compiler/tests/resources/automatic/scss/media-import.scss
parent42545ac81ae49cb9a3af2a8b3b06ba9525886b22 (diff)
downloadvaadin-framework-a52ceb96590333bbfcb7ddad4815c88c49ac97ab.tar.gz
vaadin-framework-a52ceb96590333bbfcb7ddad4815c88c49ac97ab.zip
Support non-trivial SASS media selectors (#11455)
This change adds support for media selectors with a query that consist of more than just a single word. Change-Id: Id6a09de8e88984ad052321ae93ffa2e7c2ba1c04
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/media-import.scss')
-rw-r--r--theme-compiler/tests/resources/automatic/scss/media-import.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/media-import.scss b/theme-compiler/tests/resources/automatic/scss/media-import.scss
new file mode 100644
index 0000000000..80519945f8
--- /dev/null
+++ b/theme-compiler/tests/resources/automatic/scss/media-import.scss
@@ -0,0 +1 @@
+@import url(color.css) screen and (color); \ No newline at end of file