diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/expressions.scss')
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/expressions.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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 |