local changes from server
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / css / functions.css
1 #functions {
2   color: #660000;
3   width: 16;
4   height: undefined("self");
5   border-width: 5;
6   variable: 11;
7   background: linear-gradient(#000000, #ffffff);
8 }
9 #built-in {
10   escaped: -Some::weird(#thing, y);
11   lighten: #ffcccc;
12   darken: #330000;
13   saturate: #203c31;
14   desaturate: #29332f;
15   greyscale: #2e2e2e;
16   hsl-clamp: #ffffff;
17   spin-p: #bf6a40;
18   spin-n: #bf4055;
19   luma-white: 100%;
20   luma-black: 0%;
21   luma-black-alpha: 0%;
22   luma-red: 21%;
23   luma-green: 72%;
24   luma-blue: 7%;
25   luma-yellow: 93%;
26   luma-cyan: 79%;
27   luma-white-alpha: 50%;
28   contrast-filter: contrast(30%);
29   saturate-filter: saturate(5%);
30   contrast-white: #000000;
31   contrast-black: #ffffff;
32   contrast-red: #ffffff;
33   contrast-green: #000000;
34   contrast-blue: #ffffff;
35   contrast-yellow: #000000;
36   contrast-cyan: #000000;
37   contrast-light: #111111;
38   contrast-dark: #eeeeee;
39   contrast-wrongorder: #111111;
40   contrast-light-thresh: #111111;
41   contrast-dark-thresh: #eeeeee;
42   contrast-high-thresh: #eeeeee;
43   contrast-low-thresh: #111111;
44   contrast-light-thresh-per: #111111;
45   contrast-dark-thresh-per: #eeeeee;
46   contrast-high-thresh-per: #eeeeee;
47   contrast-low-thresh-per: #111111;
48   format: "rgb(32, 128, 64)";
49   format-string: "hello world";
50   format-multiple: "hello earth 2";
51   format-url-encode: "red is %23ff0000";
52   eformat: rgb(32, 128, 64);
53   unitless: 12;
54   unit: 14em;
55   hue: 98;
56   saturation: 12%;
57   lightness: 95%;
58   hsvhue: 98;
59   hsvsaturation: 12%;
60   hsvvalue: 95%;
61   red: 255;
62   green: 255;
63   blue: 255;
64   rounded: 11;
65   rounded-two: 10.67;
66   roundedpx: 3px;
67   roundedpx-three: 3.333px;
68   rounded-percentage: 10%;
69   ceil: 11px;
70   floor: 12px;
71   sqrt: 5px;
72   pi: 3.141592653589793;
73   mod: 2m;
74   abs: 4%;
75   tan: 0.9004040442978399;
76   sin: 0.17364817766693033;
77   cos: 0.8438539587324921;
78   atan: 0.1rad;
79   atan: 34.00000000000001deg;
80   atan: 45.00000000000001deg;
81   pow: 64px;
82   pow: 64;
83   pow: 27;
84   min: 0;
85   min: min("junk", 5);
86   min: 3pt;
87   max: 3;
88   max: max(8%, 1cm);
89   percentage: 20%;
90   color: #ff0011;
91   tint: #898989;
92   tint-full: #ffffff;
93   tint-percent: #898989;
94   shade: #686868;
95   shade-full: #000000;
96   shade-percent: #686868;
97   fade-out: rgba(255, 0, 0, 0.95);
98   fade-in: rgba(255, 0, 0, 0.9500000000000001);
99   hsv: #4d2926;
100   hsva: rgba(77, 40, 38, 0.2);
101   mix: #ff3300;
102   mix-0: #ffff00;
103   mix-100: #ff0000;
104   mix-weightless: #ff8000;
105   mixt: rgba(255, 0, 0, 0.5);
106 }
107 #built-in .is-a {
108   color: true;
109   color1: true;
110   color2: true;
111   color3: true;
112   keyword: true;
113   number: true;
114   string: true;
115   pixel: true;
116   percent: true;
117   em: true;
118   cat: true;
119 }
120 #alpha {
121   alpha: rgba(153, 94, 51, 0.6);
122   alpha2: 0.5;
123   alpha3: 0;
124 }
125 #blendmodes {
126   multiply: #ed0000;
127   screen: #f600f6;
128   overlay: #ed0000;
129   softlight: #ff0000;
130   hardlight: #0000ed;
131   difference: #f600f6;
132   exclusion: #f600f6;
133   average: #7b007b;
134   negation: #d73131;
135 }
136 #extract-and-length {
137   extract: 3 2 1 C B A;
138   length: 6;
139 }