diff options
Diffstat (limited to 'theme-compiler/tests')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/expressions.css | 3 | ||||
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/expressions.scss | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/expressions.css b/theme-compiler/tests/resources/automatic/css/expressions.css new file mode 100644 index 0000000000..453502c21d --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/expressions.css @@ -0,0 +1,3 @@ +.v-ie6 .v-window-modalitycurtain { + top: expression(document.documentElement.scrollTop + "px"); +}
\ No newline at end of file diff --git a/theme-compiler/tests/resources/automatic/scss/expressions.scss b/theme-compiler/tests/resources/automatic/scss/expressions.scss new file mode 100644 index 0000000000..453502c21d --- /dev/null +++ b/theme-compiler/tests/resources/automatic/scss/expressions.scss @@ -0,0 +1,3 @@ +.v-ie6 .v-window-modalitycurtain { + top: expression(document.documentElement.scrollTop + "px"); +}
\ No newline at end of file |