PluginProbe
Responsive Menu – Create Mobile-Friendly Menu / 3.0.6
Responsive Menu – Create Mobile-Friendly Menu v3.0.6
4.7.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 All 90 releases
responsive-menu / src / app / Mappers / scssphp / tests / outputs / operators.css

operators.css in Responsive Menu – Create Mobile-Friendly Menu 3.0.6, at src/app/Mappers/scssphp/tests/outputs/operators.css

106 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body {
2 color: 8;
3 color: 16;
4 height: 10px/10px;
5 color: 6px;
6 color: 5px;
7 bottom: 2px;
8 top: 1.5em;
9 left: -1cm;
10 top: 6.29921; }
11
12 div {
13 color: false;
14 color: true;
15 color: true;
16 color: false;
17 color: what > 3; }
18
19 #units {
20 test: 2.5748in;
21 test: 13mm;
22 test: 4em;
23 test: 11mm;
24 test: 1.1cm; }
25
26 #modulo {
27 test: 1;
28 test: 1cm; }
29
30 #colors {
31 color: #ff0203;
32 color: #fe0000;
33 color: rgba(3, 8, 15, 0.5);
34 color: rgba(5, 8, 10, 0.5);
35 color: rgba(2, 4, 6, 0.5);
36 color: rgba(1, 1, 2, 0.5);
37 color: rgba(3, 4, 5, 0.5);
38 color: rgba(0, 0, 1, 0.5);
39 color: #22f;
40 color: false;
41 color: true;
42 color: true;
43 color: false; }
44
45 #preserve {
46 hello: what -going;
47 hello: what - going; }
48
49 #strings {
50 hello: what -going;
51 hello: whatgoing;
52 hello: whatgoing;
53 hello: whatgoing;
54 hello: whatgoing;
55 hello: "whatgoing";
56 hello: goingwhat;
57 hello: "whatwhat"; }
58
59 #negation {
60 a: -60;
61 b: 10 -100;
62 b: -90; }
63
64 #bools-fail {
65 and: false and two;
66 and: one and two;
67 and: one and false;
68 or: false or two;
69 or: one or two;
70 or: one or false; }
71
72 #bools {
73 and: false;
74 and: two;
75 and: false;
76 or: two;
77 or: one;
78 or: one; }
79
80 #nots-fail {
81 not: false2;
82 not: not false;
83 not: not 0;
84 not: not 1;
85 not: not "";
86 not: not hello; }
87
88 #nots {
89 not: false2;
90 not: true;
91 not: false;
92 not: false;
93 not: false;
94 not: false; }
95
96 #string-test {
97 str: true;
98 str: false;
99 str: true;
100 str: true;
101 str: xhellohellofalse;
102 str: true; }
103
104 #special {
105 cancel-unit: 1; }
106