diff options
author | Henri Sara <hesara@vaadin.com> | 2012-11-27 11:14:57 +0200 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-11-27 11:14:57 +0200 |
commit | e8ef66d2d6dde9cb1b9b0fa0df24643c1e0f6f26 (patch) | |
tree | e1db21d0bdbf3eede8f721527ce57a12e86d4c7d /theme-compiler/tests/resources/automatic/scss/microsoft-extensions.scss | |
parent | ec9b340b8d2bbbaed560834ad828f7d9857eaf15 (diff) | |
download | vaadin-framework-e8ef66d2d6dde9cb1b9b0fa0df24643c1e0f6f26.tar.gz vaadin-framework-e8ef66d2d6dde9cb1b9b0fa0df24643c1e0f6f26.zip |
Move some SCSS tests to be scanned automatically
Change-Id: I7590c6cd20f649a5c02e92673d44cf1c2721b95d
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/microsoft-extensions.scss')
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/microsoft-extensions.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/microsoft-extensions.scss b/theme-compiler/tests/resources/automatic/scss/microsoft-extensions.scss new file mode 100644 index 0000000000..69670969de --- /dev/null +++ b/theme-compiler/tests/resources/automatic/scss/microsoft-extensions.scss @@ -0,0 +1,6 @@ +.v-ie6 .v-shadow-window { + background: #000000; + filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5 ) alpha(opacity = 20); + margin-top: 2px; + margin-left: 2px; +} |