diff options
author | Henri Sara <hesara@vaadin.com> | 2012-12-19 16:39:56 +0200 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2012-12-19 16:39:56 +0200 |
commit | 6ddbc1aba9a3ec1dfaeac6682e40613a427fff12 (patch) | |
tree | 1579670680847bc71804329865dfe4d2a3ad89c3 /theme-compiler/tests | |
parent | 197b301516720504e2fbf6a56880a64ab7e20d20 (diff) | |
download | vaadin-framework-6ddbc1aba9a3ec1dfaeac6682e40613a427fff12.tar.gz vaadin-framework-6ddbc1aba9a3ec1dfaeac6682e40613a427fff12.zip |
Copy unrecognized @ rules to output as is (#10486)
Also adds preliminary support for recognizing @debug and @warn so that
those are not copied.
Change-Id: Idaf80daaad78804871d128a9e804404fcf043d25
Diffstat (limited to 'theme-compiler/tests')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/unknown_as_is.css | 3 | ||||
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/unknown_as_is.scss | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/unknown_as_is.css b/theme-compiler/tests/resources/automatic/css/unknown_as_is.css new file mode 100644 index 0000000000..bfe76855fb --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/unknown_as_is.css @@ -0,0 +1,3 @@ +@-webkit-keyframes fade-in { + 0% { opacity: 0; } +} diff --git a/theme-compiler/tests/resources/automatic/scss/unknown_as_is.scss b/theme-compiler/tests/resources/automatic/scss/unknown_as_is.scss new file mode 100644 index 0000000000..bfe76855fb --- /dev/null +++ b/theme-compiler/tests/resources/automatic/scss/unknown_as_is.scss @@ -0,0 +1,3 @@ +@-webkit-keyframes fade-in { + 0% { opacity: 0; } +} |