summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/outputs/compile_on_mixin.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/compile_on_mixin.css
parent9e06a62f265e3a2aaabecc598d4bc617e06fa32d (diff)
Update to MediaWiki 1.26.0
Diffstat (limited to 'vendor/leafo/lessphp/tests/outputs/compile_on_mixin.css')
-rw-r--r--vendor/leafo/lessphp/tests/outputs/compile_on_mixin.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/vendor/leafo/lessphp/tests/outputs/compile_on_mixin.css b/vendor/leafo/lessphp/tests/outputs/compile_on_mixin.css
deleted file mode 100644
index 318526a5..00000000
--- a/vendor/leafo/lessphp/tests/outputs/compile_on_mixin.css
+++ /dev/null
@@ -1,29 +0,0 @@
-body {
- height: 22px;
-}
-body ul {
- height: 20px;
-}
-body ul li {
- height: 10px;
-}
-body ul li div span,
-body ul li link {
- margin: 10px;
- color: red;
-}
-body ul div,
-body ul p {
- border: 1px;
-}
-body ul div.hello,
-body ul p.hello {
- color: green;
-}
-body ul div :what,
-body ul p :what {
- color: blue;
-}
-body ul a b {
- color: blue;
-}