summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/outputs/pattern_matching.css
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/leafo/lessphp/tests/outputs/pattern_matching.css')
-rw-r--r--vendor/leafo/lessphp/tests/outputs/pattern_matching.css72
1 files changed, 72 insertions, 0 deletions
diff --git a/vendor/leafo/lessphp/tests/outputs/pattern_matching.css b/vendor/leafo/lessphp/tests/outputs/pattern_matching.css
new file mode 100644
index 00000000..215371b0
--- /dev/null
+++ b/vendor/leafo/lessphp/tests/outputs/pattern_matching.css
@@ -0,0 +1,72 @@
+.class {
+ color: #a2a2a2;
+ display: block;
+}
+.zero {
+ zero: 0;
+ one: 1;
+ two: 2;
+ three: 3;
+}
+.one {
+ one: 1;
+ one-req: 1;
+ two: 2;
+ three: 3;
+}
+.two {
+ two: 2;
+ three: 3;
+}
+.three {
+ three-req: 3;
+ three: 3;
+}
+.left {
+ left: 1;
+}
+.right {
+ right: 1;
+}
+.border-right {
+ color: black;
+ border-right: 4px;
+}
+.border-left {
+ color: black;
+ border-left: 4px;
+}
+.only-right {
+ right: 33;
+}
+.only-left {
+ left: 33;
+}
+.left-right {
+ both: 330;
+}
+#hola {
+ color: blue;
+}
+#defaults_1 {
+ height: one;
+ height: two;
+ height: three;
+ height: four;
+}
+.thing {
+ color: red;
+}
+#aa {
+ color: green;
+ color: blue;
+ color: red;
+}
+#bb {
+ color: green;
+ color: blue;
+ color: red;
+}
+#cc {
+ color: blue;
+}