lesli 5.0.2 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/lesli/abouts_controller.rb +66 -0
  3. data/config/routes.rb +2 -0
  4. data/lib/lesli/version.rb +1 -1
  5. data/vendor/bulma/LICENSE +21 -0
  6. data/vendor/bulma/bulma.sass +10 -0
  7. data/vendor/bulma/css/bulma-rtl.css +11851 -0
  8. data/vendor/bulma/css/bulma-rtl.min.css +1 -0
  9. data/vendor/bulma/css/bulma.css +11851 -0
  10. data/vendor/bulma/css/bulma.min.css +1 -0
  11. data/vendor/bulma/sass/base/_all.sass +6 -0
  12. data/vendor/bulma/sass/base/animations.sass +5 -0
  13. data/vendor/bulma/sass/base/generic.sass +145 -0
  14. data/vendor/bulma/sass/base/helpers.sass +1 -0
  15. data/vendor/bulma/sass/base/minireset.sass +79 -0
  16. data/vendor/bulma/sass/components/_all.sass +15 -0
  17. data/vendor/bulma/sass/components/breadcrumb.sass +77 -0
  18. data/vendor/bulma/sass/components/card.sass +103 -0
  19. data/vendor/bulma/sass/components/dropdown.sass +83 -0
  20. data/vendor/bulma/sass/components/level.sass +79 -0
  21. data/vendor/bulma/sass/components/media.sass +59 -0
  22. data/vendor/bulma/sass/components/menu.sass +59 -0
  23. data/vendor/bulma/sass/components/message.sass +101 -0
  24. data/vendor/bulma/sass/components/modal.sass +117 -0
  25. data/vendor/bulma/sass/components/navbar.sass +446 -0
  26. data/vendor/bulma/sass/components/pagination.sass +167 -0
  27. data/vendor/bulma/sass/components/panel.sass +121 -0
  28. data/vendor/bulma/sass/components/tabs.sass +176 -0
  29. data/vendor/bulma/sass/elements/_all.sass +16 -0
  30. data/vendor/bulma/sass/elements/box.sass +26 -0
  31. data/vendor/bulma/sass/elements/button.sass +357 -0
  32. data/vendor/bulma/sass/elements/container.sass +29 -0
  33. data/vendor/bulma/sass/elements/content.sass +162 -0
  34. data/vendor/bulma/sass/elements/form.sass +1 -0
  35. data/vendor/bulma/sass/elements/icon.sass +46 -0
  36. data/vendor/bulma/sass/elements/image.sass +73 -0
  37. data/vendor/bulma/sass/elements/notification.sass +52 -0
  38. data/vendor/bulma/sass/elements/other.sass +31 -0
  39. data/vendor/bulma/sass/elements/progress.sass +73 -0
  40. data/vendor/bulma/sass/elements/table.sass +134 -0
  41. data/vendor/bulma/sass/elements/tag.sass +140 -0
  42. data/vendor/bulma/sass/elements/title.sass +70 -0
  43. data/vendor/bulma/sass/form/_all.sass +9 -0
  44. data/vendor/bulma/sass/form/checkbox-radio.sass +22 -0
  45. data/vendor/bulma/sass/form/file.sass +184 -0
  46. data/vendor/bulma/sass/form/input-textarea.sass +66 -0
  47. data/vendor/bulma/sass/form/select.sass +88 -0
  48. data/vendor/bulma/sass/form/shared.sass +60 -0
  49. data/vendor/bulma/sass/form/tools.sass +215 -0
  50. data/vendor/bulma/sass/grid/_all.sass +5 -0
  51. data/vendor/bulma/sass/grid/columns.sass +513 -0
  52. data/vendor/bulma/sass/grid/tiles.sass +36 -0
  53. data/vendor/bulma/sass/helpers/_all.sass +12 -0
  54. data/vendor/bulma/sass/helpers/color.sass +39 -0
  55. data/vendor/bulma/sass/helpers/flexbox.sass +35 -0
  56. data/vendor/bulma/sass/helpers/float.sass +10 -0
  57. data/vendor/bulma/sass/helpers/other.sass +14 -0
  58. data/vendor/bulma/sass/helpers/overflow.sass +2 -0
  59. data/vendor/bulma/sass/helpers/position.sass +7 -0
  60. data/vendor/bulma/sass/helpers/spacing.sass +31 -0
  61. data/vendor/bulma/sass/helpers/typography.sass +103 -0
  62. data/vendor/bulma/sass/helpers/visibility.sass +122 -0
  63. data/vendor/bulma/sass/layout/_all.sass +6 -0
  64. data/vendor/bulma/sass/layout/footer.sass +11 -0
  65. data/vendor/bulma/sass/layout/hero.sass +153 -0
  66. data/vendor/bulma/sass/layout/section.sass +17 -0
  67. data/vendor/bulma/sass/utilities/_all.sass +9 -0
  68. data/vendor/bulma/sass/utilities/animations.sass +1 -0
  69. data/vendor/bulma/sass/utilities/controls.sass +49 -0
  70. data/vendor/bulma/sass/utilities/derived-variables.sass +114 -0
  71. data/vendor/bulma/sass/utilities/extends.sass +25 -0
  72. data/vendor/bulma/sass/utilities/functions.sass +135 -0
  73. data/vendor/bulma/sass/utilities/initial-variables.sass +79 -0
  74. data/vendor/bulma/sass/utilities/mixins.sass +303 -0
  75. data/vendor/lesli-css/_index.scss +34 -0
  76. data/vendor/lesli-css/lesli.scss +51 -0
  77. data/vendor/lesli-css/license +28 -0
  78. data/vendor/lesli-css/src/base/fonts.scss +50 -0
  79. data/vendor/lesli-css/src/base/normalize.scss +118 -0
  80. data/vendor/lesli-css/src/components/blockquote.scss +61 -0
  81. data/vendor/lesli-css/src/components/columns.scss +92 -0
  82. data/vendor/lesli-css/src/components/container.scss +47 -0
  83. data/vendor/lesli-css/src/components/grid.scss +0 -0
  84. data/vendor/lesli-css/src/components/navigation.scss +59 -0
  85. data/vendor/lesli-css/src/functions/colors.scss +184 -0
  86. data/vendor/lesli-css/src/helpers/units.scss +44 -0
  87. data/vendor/lesli-css/src/mixins/breakpoint.scss +184 -0
  88. data/vendor/lesli-css/src/mixins/flex.scss +80 -0
  89. data/vendor/lesli-css/src/mixins/scrollbar.scss +46 -0
  90. data/vendor/lesli-css/src/settings/variables.scss +26 -0
  91. data/vendor/lesli-css/tests/base/normalize.spec.scss +125 -0
  92. data/vendor/lesli-css/tests/functions/colors.spec.scss +117 -0
  93. data/vendor/lesli-css/tests/mixins/breakpoint.spec.scss +429 -0
  94. data/vendor/lesli-css/tests/mixins/scrollbar.spec.scss +82 -0
  95. data/vendor/lesli-css/vendor/normalize.scss +351 -0
  96. data/vendor/remixicon/License +201 -0
  97. data/vendor/remixicon/fonts/remixicon.css +2583 -0
  98. metadata +96 -2
@@ -0,0 +1,429 @@
1
+ /*
2
+
3
+ Lesli
4
+
5
+ Copyright (c) 2020, Lesli Technologies, S. A.
6
+
7
+ This program is free software: you can redistribute it and/or modify
8
+ it under the terms of the GNU General Public License as published by
9
+ the Free Software Foundation, either version 3 of the License, or
10
+ (at your option) any later version.
11
+
12
+ This program is distributed in the hope that it will be useful,
13
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ GNU General Public License for more details.
16
+
17
+ You should have received a copy of the GNU General Public License
18
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
19
+
20
+ LesliCSS - SCSS Utilities for websites, apps and web applications
21
+
22
+ Powered by https://www.lesli.tech
23
+ Building a better future, one line of code at a time.
24
+
25
+ @contact <hello@lesli.tech>
26
+ @website <https://lesli.tech>
27
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
28
+
29
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
30
+ // ·
31
+
32
+ */
33
+
34
+
35
+ // ·
36
+ @import "true";
37
+ @import "../../src/mixins/breakpoint.scss";
38
+
39
+
40
+ // ·
41
+ // Describe what you're testing
42
+ @include describe('@mixin lesli-css-breakpoint-builder($min, $max)') {
43
+
44
+ @include it('should create a breakpoint for small sizes') {
45
+
46
+ @include assert {
47
+
48
+ @include output {
49
+ @include lesli-css-breakpoint-builder("small", "small") {
50
+ .div {
51
+ color: red;
52
+ }
53
+ }
54
+ }
55
+
56
+ @include expect {
57
+ @media only screen and (min-width: 320px) and (max-width: 520px) {
58
+ .div {
59
+ color: red;
60
+ }
61
+ }
62
+ }
63
+
64
+ }
65
+
66
+ }
67
+
68
+
69
+ @include it('should create a breakpoint for small as min-width') {
70
+
71
+ @include assert {
72
+
73
+ @include output {
74
+ @include lesli-css-breakpoint-builder("small") {
75
+ .div {
76
+ color: red;
77
+ }
78
+ }
79
+ }
80
+
81
+ @include expect {
82
+ @media only screen and (min-width: 320px) {
83
+ .div {
84
+ color: red;
85
+ }
86
+ }
87
+ }
88
+
89
+ }
90
+
91
+ }
92
+
93
+ @include it('should create a breakpoint for small size') {
94
+
95
+ @include assert {
96
+
97
+ @include output {
98
+ @include lesli-css-breakpoint-small {
99
+ .div {
100
+ color: red;
101
+ }
102
+ }
103
+ }
104
+
105
+ @include expect {
106
+ @media only screen and (max-width: 520px) {
107
+ .div {
108
+ color: red;
109
+ }
110
+ }
111
+ }
112
+
113
+ }
114
+
115
+ }
116
+
117
+ @include it('should create a breakpoint for mobile size') {
118
+
119
+ @include assert {
120
+
121
+ @include output {
122
+ @include lesli-css-breakpoint-mobile {
123
+ .div {
124
+ color: red;
125
+ }
126
+ }
127
+ }
128
+
129
+ @include expect {
130
+ @media only screen and (max-width: 768px) {
131
+ .div {
132
+ color: red;
133
+ }
134
+ }
135
+ }
136
+
137
+ }
138
+
139
+ }
140
+
141
+ @include it('should create a breakpoint above tablet size') {
142
+
143
+ @include assert {
144
+
145
+ @include output {
146
+ @include lesli-css-breakpoint-tablet {
147
+ .div {
148
+ color: red;
149
+ }
150
+ }
151
+ }
152
+
153
+ @include expect {
154
+ @media only screen and (min-width: 769px) {
155
+ .div {
156
+ color: red;
157
+ }
158
+ }
159
+ }
160
+
161
+ }
162
+
163
+ }
164
+
165
+ @include it('should create a breakpoint above desktop size') {
166
+
167
+ @include assert {
168
+
169
+ @include output {
170
+ @include lesli-css-breakpoint-desktop {
171
+ .div {
172
+ color: red;
173
+ }
174
+ }
175
+ }
176
+
177
+ @include expect {
178
+ @media only screen and (min-width: 1024px) {
179
+ .div {
180
+ color: red;
181
+ }
182
+ }
183
+ }
184
+
185
+ }
186
+
187
+ }
188
+
189
+ @include it('should create a breakpoint above widescreen size') {
190
+
191
+ @include assert {
192
+
193
+ @include output {
194
+ @include lesli-css-breakpoint-widescreen {
195
+ .div {
196
+ color: red;
197
+ }
198
+ }
199
+ }
200
+
201
+ @include expect {
202
+ @media only screen and (min-width: 1216px) {
203
+ .div {
204
+ color: red;
205
+ }
206
+ }
207
+ }
208
+
209
+ }
210
+
211
+ }
212
+
213
+ @include it('should create a breakpoint above fullhd size') {
214
+
215
+ @include assert {
216
+
217
+ @include output {
218
+ @include lesli-css-breakpoint-fullhd {
219
+ .div {
220
+ color: red;
221
+ }
222
+ }
223
+ }
224
+
225
+ @include expect {
226
+ @media only screen and (min-width: 1408px) {
227
+ .div {
228
+ color: red;
229
+ }
230
+ }
231
+ }
232
+
233
+ }
234
+
235
+ }
236
+
237
+ @include it('should create a breakpoint until tablet ') {
238
+
239
+ @include assert {
240
+
241
+ @include output {
242
+ @include lesli-css-breakpoint-until-tablet {
243
+ .div {
244
+ color: red;
245
+ }
246
+ }
247
+ }
248
+
249
+ @include expect {
250
+ @media only screen and (max-width: 1023px) {
251
+ .div {
252
+ color: red;
253
+ }
254
+ }
255
+ }
256
+
257
+ }
258
+
259
+ }
260
+
261
+ @include it('should create a breakpoint until desktop ') {
262
+
263
+ @include assert {
264
+
265
+ @include output {
266
+ @include lesli-css-breakpoint-until-desktop {
267
+ .div {
268
+ color: red;
269
+ }
270
+ }
271
+ }
272
+
273
+ @include expect {
274
+ @media only screen and (max-width: 1215px) {
275
+ .div {
276
+ color: red;
277
+ }
278
+ }
279
+ }
280
+
281
+ }
282
+
283
+ }
284
+
285
+ @include it('should create a breakpoint until widescreen ') {
286
+
287
+ @include assert {
288
+
289
+ @include output {
290
+ @include lesli-css-breakpoint-until-widescreen {
291
+ .div {
292
+ color: red;
293
+ }
294
+ }
295
+ }
296
+
297
+ @include expect {
298
+ @media only screen and (max-width: 1407px) {
299
+ .div {
300
+ color: red;
301
+ }
302
+ }
303
+ }
304
+
305
+ }
306
+
307
+ }
308
+
309
+ @include it('should create a breakpoint only for tablet ') {
310
+
311
+ @include assert {
312
+
313
+ @include output {
314
+ @include lesli-css-breakpoint-only-tablet {
315
+ .div {
316
+ color: red;
317
+ }
318
+ }
319
+ }
320
+
321
+ @include expect {
322
+ @media only screen and (min-width: 769px) and (max-width: 1023px) {
323
+ .div {
324
+ color: red;
325
+ }
326
+ }
327
+ }
328
+
329
+ }
330
+
331
+ }
332
+
333
+ @include it('should create a breakpoint only for desktop ') {
334
+
335
+ @include assert {
336
+
337
+ @include output {
338
+ @include lesli-css-breakpoint-only-desktop {
339
+ .div {
340
+ color: red;
341
+ }
342
+ }
343
+ }
344
+
345
+ @include expect {
346
+ @media only screen and (min-width: 1024px) and (max-width: 1215px) {
347
+ .div {
348
+ color: red;
349
+ }
350
+ }
351
+ }
352
+
353
+ }
354
+
355
+ }
356
+
357
+ @include it('should create a breakpoint only for widescreen ') {
358
+
359
+ @include assert {
360
+
361
+ @include output {
362
+ @include lesli-css-breakpoint-only-widescreen {
363
+ .div {
364
+ color: red;
365
+ }
366
+ }
367
+ }
368
+
369
+ @include expect {
370
+ @media only screen and (min-width: 1216px) and (max-width: 1407px) {
371
+ .div {
372
+ color: red;
373
+ }
374
+ }
375
+ }
376
+
377
+ }
378
+
379
+ }
380
+
381
+ @include it('should create a breakpoint with 10px width min') {
382
+
383
+ @include assert {
384
+
385
+ @include output {
386
+ @include lesli-css-breakpoint(10px) {
387
+ .div {
388
+ color: red;
389
+ }
390
+ }
391
+ }
392
+
393
+ @include expect {
394
+ @media only screen and (min-width: 10px) {
395
+ .div {
396
+ color: red;
397
+ }
398
+ }
399
+ }
400
+
401
+ }
402
+
403
+ }
404
+
405
+ @include it('should create a breakpoint with 10px width min and 666px width max') {
406
+
407
+ @include assert {
408
+
409
+ @include output {
410
+ @include lesli-css-breakpoint(10px, 666px) {
411
+ .div {
412
+ color: red;
413
+ }
414
+ }
415
+ }
416
+
417
+ @include expect {
418
+ @media only screen and (min-width: 10px) and (max-width: 666px){
419
+ .div {
420
+ color: red;
421
+ }
422
+ }
423
+ }
424
+
425
+ }
426
+
427
+ }
428
+
429
+ }
@@ -0,0 +1,82 @@
1
+ /*
2
+
3
+ Lesli
4
+
5
+ Copyright (c) 2020, Lesli Technologies, S. A.
6
+
7
+ This program is free software: you can redistribute it and/or modify
8
+ it under the terms of the GNU General Public License as published by
9
+ the Free Software Foundation, either version 3 of the License, or
10
+ (at your option) any later version.
11
+
12
+ This program is distributed in the hope that it will be useful,
13
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ GNU General Public License for more details.
16
+
17
+ You should have received a copy of the GNU General Public License
18
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
19
+
20
+ LesliCSS - SCSS Utilities for websites, apps and web applications
21
+
22
+ Powered by https://www.lesli.tech
23
+ Building a better future, one line of code at a time.
24
+
25
+ @contact <hello@lesli.tech>
26
+ @website <https://lesli.tech>
27
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
28
+
29
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
30
+ // ·
31
+
32
+ */
33
+
34
+
35
+ // ·
36
+ @import "true";
37
+ @import "../../src/mixins/scrollbar.scss";
38
+
39
+
40
+ // ·
41
+ // Describe what you're testing
42
+ @include describe('@mixin lesli-css-scrollbar($style:normal, $color:false, $background:false)') {
43
+
44
+ @include it('should thin scrollbar') {
45
+
46
+ @include assert {
47
+
48
+ @include output {
49
+ @include lesli-css-scrollbar();
50
+ }
51
+
52
+ @include expect {
53
+ scrollbar-width: thin;
54
+ scrollbar-color: #ffffff #ffffff;
55
+ }
56
+
57
+ }
58
+
59
+ }
60
+
61
+ @include it('should thin and hide scrollbar') {
62
+
63
+ @include assert {
64
+
65
+ @include output {
66
+ @include lesli-css-scrollbar(hide);
67
+ }
68
+
69
+ @include expect {
70
+ scrollbar-width: thin;
71
+ scrollbar-color: #ffffff #ffffff;
72
+ &::-webkit-scrollbar {
73
+ width: 0px;
74
+ background-color: #f5f5f5;
75
+ }
76
+ }
77
+
78
+ }
79
+
80
+ }
81
+
82
+ }