summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/inputs/directives.less
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/leafo/lessphp/tests/inputs/directives.less')
-rw-r--r--vendor/leafo/lessphp/tests/inputs/directives.less28
1 files changed, 0 insertions, 28 deletions
diff --git a/vendor/leafo/lessphp/tests/inputs/directives.less b/vendor/leafo/lessphp/tests/inputs/directives.less
deleted file mode 100644
index 1b3a9b58..00000000
--- a/vendor/leafo/lessphp/tests/inputs/directives.less
+++ /dev/null
@@ -1,28 +0,0 @@
-
-@hello: "utf-8";
-@charset @hello;
-
-@-moz-document url-prefix(){
- div {
- color: red;
- }
-}
-
-@page :left { margin-left: 4cm; }
-@page :right { margin-left: 3cm; }
-@page { margin: 2cm }
-
-@-ms-viewport {
- width: device-width;
-}
-@-moz-viewport {
- width: device-width;
-}
-@-o-viewport {
- width: device-width;
-}
-@viewport {
- width: device-width;
-}
-
-