add appyourschool links
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / css / mixins-guards.css
1 .light1 {
2   color: white;
3   margin: 1px;
4 }
5 .light2 {
6   color: black;
7   margin: 1px;
8 }
9 .max1 {
10   width: 6;
11 }
12 .max2 {
13   width: 8;
14 }
15 .glob1 {
16   margin: auto auto;
17 }
18 .ops1 {
19   height: gt-or-eq;
20   height: lt-or-eq;
21   height: lt-or-eq-alias;
22 }
23 .ops2 {
24   height: gt-or-eq;
25   height: not-eq;
26 }
27 .ops3 {
28   height: lt-or-eq;
29   height: lt-or-eq-alias;
30   height: not-eq;
31 }
32 .default1 {
33   content: default;
34 }
35 .test1 {
36   content: "true.";
37 }
38 .test2 {
39   content: "false.";
40 }
41 .test3 {
42   content: "false.";
43 }
44 .test4 {
45   content: "false.";
46 }
47 .test5 {
48   content: "false.";
49 }
50 .bool1 {
51   content: true and true;
52   content: true;
53   content: false, true;
54   content: false and true and true, true;
55   content: false, true and true;
56   content: false, false, true;
57   content: false, true and true and true, false;
58   content: not false;
59   content: not false and false, not false;
60 }
61 .equality-units {
62   test: pass;
63 }
64 .colorguardtest {
65   content: is #ff0000;
66   content: is not #0000ff its #ff0000;
67   content: is not #0000ff its #800080;
68 }
69 .stringguardtest {
70   content: is theme1;
71   content: is not theme2;
72   content: is theme1 no quotes;
73 }
74 #tryNumberPx {
75   catch: all;
76   declare: 4;
77   declare: 4px;
78 }
79 .call-lock-mixin .call-inner-lock-mixin {
80   a: 1;
81   x: 1;
82 }