summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/outputs/arity.css
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2015-12-17 09:15:42 +0100
committerPierre Schmitz <pierre@archlinux.de>2015-12-17 09:44:51 +0100
commita1789ddde42033f1b05cc4929491214ee6e79383 (patch)
tree63615735c4ddffaaabf2428946bb26f90899f7bf /vendor/leafo/lessphp/tests/outputs/arity.css
parent9e06a62f265e3a2aaabecc598d4bc617e06fa32d (diff)
Update to MediaWiki 1.26.0
Diffstat (limited to 'vendor/leafo/lessphp/tests/outputs/arity.css')
-rw-r--r--vendor/leafo/lessphp/tests/outputs/arity.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/leafo/lessphp/tests/outputs/arity.css b/vendor/leafo/lessphp/tests/outputs/arity.css
deleted file mode 100644
index 5173561d..00000000
--- a/vendor/leafo/lessphp/tests/outputs/arity.css
+++ /dev/null
@@ -1,25 +0,0 @@
-.one {
- hello: one;
- world: one;
-}
-.two {
- hello: two;
- world: two;
-}
-.three {
- hello: three;
- world: three;
-}
-.multi-foo {
- foo: two cool;
- foo: three cool yeah;
- foo: two 1;
- foo: three 1 yeah;
- foo: three 1 1;
-}
-.multi-baz {
- baz: two cool;
- baz: three yeah;
- baz: two 1;
- baz: three 1;
-}