From 6ddbc1aba9a3ec1dfaeac6682e40613a427fff12 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 19 Dec 2012 16:39:56 +0200 Subject: 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 --- theme-compiler/tests/resources/automatic/css/unknown_as_is.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 theme-compiler/tests/resources/automatic/css/unknown_as_is.css (limited to 'theme-compiler/tests/resources/automatic/css') 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; } +} -- cgit v1.2.3