summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/mixin-keyframes.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/mixin-keyframes.css')
-rw-r--r--theme-compiler/tests/resources/automatic/css/mixin-keyframes.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/mixin-keyframes.css b/theme-compiler/tests/resources/automatic/css/mixin-keyframes.css
deleted file mode 100644
index c1f2ccd6c0..0000000000
--- a/theme-compiler/tests/resources/automatic/css/mixin-keyframes.css
+++ /dev/null
@@ -1,10 +0,0 @@
-@-webkit-keyframes fade-in {
- 0% { opacity: 0; }
- 20% , 50%,100% { opacity: 1; }
- 30%, 75% { opacity: 0; }
-}
-@-moz-keyframes fade-in {
- 0% { opacity: 0; }
- 20% , 50%,100% { opacity: 1; }
- 30%, 75% { opacity: 0; }
-} \ No newline at end of file