summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/fontface-in-mixin_new.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/fontface-in-mixin_new.css')
-rw-r--r--theme-compiler/tests/resources/automatic/css/fontface-in-mixin_new.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/fontface-in-mixin_new.css b/theme-compiler/tests/resources/automatic/css/fontface-in-mixin_new.css
deleted file mode 100644
index cb842a647d..0000000000
--- a/theme-compiler/tests/resources/automatic/css/fontface-in-mixin_new.css
+++ /dev/null
@@ -1,9 +0,0 @@
-p {
- @font-face {
- font-family: "vdebugfont";
- src: url('fonts/font.eot');
- src: url('fonts/font.eot?#iefix') format("embedded-opentype"), url('fonts/font.woff') format("woff"), url('fonts/font.ttf') format("truetype"), url('fonts/font.svg#fontawesome') format("svg");
- font-weight: normal;
- font-style: normal;
-}
-}