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,184 @@
1
+ /*
2
+ Lesli
3
+
4
+ Copyright (c) 2022, Lesli Technologies, S. A.
5
+
6
+ This program is free software: you can redistribute it and/or modify
7
+ it under the terms of the GNU General Public License as published by
8
+ the Free Software Foundation, either version 3 of the License, or
9
+ (at your option) any later version.
10
+
11
+ This program is distributed in the hope that it will be useful,
12
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ GNU General Public License for more details.
15
+
16
+ You should have received a copy of the GNU General Public License
17
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
18
+
19
+ LesliCSS - SCSS Utilities for websites, apps and web applications
20
+
21
+ Powered by https://www.lesli.tech
22
+ Building a better future, one line of code at a time.
23
+
24
+ @contact <hello@lesli.tech>
25
+ @website <https://lesli.tech>
26
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
27
+
28
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
29
+ // ·
30
+ */
31
+
32
+
33
+ @import "../settings/variables.scss";
34
+
35
+
36
+ @mixin lesli-css-breakpoint-small() {
37
+ @include lesli-css-breakpoint-builder($max:small) {
38
+ @content;
39
+ }
40
+ }
41
+
42
+ @mixin lesli-css-breakpoint-mobile() {
43
+ @include lesli-css-breakpoint-builder($max:mobile) {
44
+ @content;
45
+ }
46
+ }
47
+
48
+ @mixin lesli-css-breakpoint-tablet() {
49
+ @include lesli-css-breakpoint-builder($min:tablet) {
50
+ @content;
51
+ }
52
+ }
53
+
54
+ @mixin lesli-css-breakpoint-desktop() {
55
+ @include lesli-css-breakpoint-builder($min:desktop) {
56
+ @content;
57
+ }
58
+ }
59
+
60
+ @mixin lesli-css-breakpoint-widescreen() {
61
+ @include lesli-css-breakpoint-builder($min:widescreen) {
62
+ @content;
63
+ }
64
+ }
65
+
66
+ @mixin lesli-css-breakpoint-fullhd() {
67
+ @include lesli-css-breakpoint-builder($min:fullhd) {
68
+ @content;
69
+ }
70
+ }
71
+
72
+ @mixin lesli-css-breakpoint-until-tablet() {
73
+ @include lesli-css-breakpoint-builder($max:tablet) {
74
+ @content;
75
+ }
76
+ }
77
+
78
+ @mixin lesli-css-breakpoint-until-desktop() {
79
+ @include lesli-css-breakpoint-builder($max:desktop) {
80
+ @content;
81
+ }
82
+ }
83
+
84
+ @mixin lesli-css-breakpoint-until-widescreen() {
85
+ @include lesli-css-breakpoint-builder($max:widescreen) {
86
+ @content;
87
+ }
88
+ }
89
+
90
+ @mixin lesli-css-breakpoint-until-widescreen() {
91
+ @include lesli-css-breakpoint-builder($max:widescreen) {
92
+ @content;
93
+ }
94
+ }
95
+
96
+ @mixin lesli-css-breakpoint-only-mobile() {
97
+ @include lesli-css-breakpoint-builder($min:mobile, $max:mobile) {
98
+ @content;
99
+ }
100
+ }
101
+
102
+ @mixin lesli-css-breakpoint-only-tablet() {
103
+ @include lesli-css-breakpoint-builder($min:tablet, $max:tablet) {
104
+ @content;
105
+ }
106
+ }
107
+
108
+ @mixin lesli-css-breakpoint-only-desktop() {
109
+ @include lesli-css-breakpoint-builder($min:desktop, $max:desktop) {
110
+ @content;
111
+ }
112
+ }
113
+
114
+ @mixin lesli-css-breakpoint-only-widescreen() {
115
+ @include lesli-css-breakpoint-builder($min:widescreen, $max:widescreen) {
116
+ @content;
117
+ }
118
+ }
119
+
120
+ @mixin lesli-css-breakpoint($min, $max:false) {
121
+ @include lesli-css-breakpoint-builder($min, $max) {
122
+ @content;
123
+ }
124
+ }
125
+
126
+ @mixin lesli-css-breakpoint-builder($min:false, $max:false) {
127
+
128
+ $min-width: false;
129
+ $max-width: false;
130
+
131
+ @if map-has-key($breakpoints, $min) {
132
+
133
+ // Prints a media query based on the value
134
+ $min-width: map-get(map-get($breakpoints, $min), min-width);
135
+
136
+ }
137
+
138
+ @if map-has-key($breakpoints, $max) {
139
+
140
+ // Prints a media query based on the value
141
+ $max-width: map-get(map-get($breakpoints, $max), max-width);
142
+
143
+ }
144
+
145
+ @if not $min-width {
146
+ @if $min {
147
+ @if is-number($min) {
148
+ @if index("em" "px" "rem", unit($min)) != null {
149
+ $min-width: $min;
150
+ }
151
+ }
152
+ }
153
+ }
154
+
155
+ @if not $max-width {
156
+ @if $max {
157
+ @if is-number($max) {
158
+ @if index("em" "px" "rem", unit($max)) != null {
159
+ $max-width: $max;
160
+ }
161
+ }
162
+ }
163
+ }
164
+
165
+ @if $min-width and not $max-width {
166
+ @media only screen and (min-width: $min-width) {
167
+ @content;
168
+ }
169
+ }
170
+
171
+ @if not $min-width and $max-width {
172
+ @media only screen and (max-width: $max-width) {
173
+ @content;
174
+ }
175
+ }
176
+
177
+ @if $min-width and $max-width {
178
+ @media only screen and (min-width: $min-width) and (max-width: $max-width) {
179
+ @content;
180
+ }
181
+ }
182
+
183
+ }
184
+
@@ -0,0 +1,80 @@
1
+ /**
2
+ Lesli
3
+
4
+ Copyright (c) 2020, Lesli Technologies, S. A.
5
+
6
+ This program is free software: you can redistribute it and/or modify
7
+ it under the terms of the GNU General Public License as published by
8
+ the Free Software Foundation, either version 3 of the License, or
9
+ (at your option) any later version.
10
+
11
+ This program is distributed in the hope that it will be useful,
12
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ GNU General Public License for more details.
15
+
16
+ You should have received a copy of the GNU General Public License
17
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
18
+
19
+ LesliCSS - SCSS Utilities for websites, apps and web applications
20
+
21
+ Powered by https://www.lesli.tech
22
+ Building a better future, one line of code at a time.
23
+
24
+ @contact <hello@lesli.tech>
25
+ @website <https://lesli.tech>
26
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
27
+
28
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
29
+ // ·
30
+ */
31
+
32
+
33
+ // · Flexbox container
34
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
35
+ @mixin lesli-css-flex($direction:row, $align: center, $justify: space-between) {
36
+ display: flex;
37
+ flex-direction: $direction;
38
+ justify-content: $justify;
39
+ align-items: $align;
40
+ }
41
+
42
+
43
+ // · Center with flexbox
44
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
45
+ @mixin lesli-css-flex-center($direction) {
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+
50
+ @if ($direction == 'vertical') {
51
+ flex-direction: column;
52
+ height: 100%;
53
+ }
54
+
55
+ }
56
+
57
+
58
+ @mixin lesli-css-flex-center-vertical($height:auto) {
59
+ @include lesli-css-flex-center('vertical');
60
+ flex-grow: 1;
61
+ height: $height;
62
+ }
63
+
64
+
65
+ // · Fluid grid with flexbox
66
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
67
+ @mixin lesli-css-flex-columns($column-width: 150px, $gap:false) {
68
+ display: flex;
69
+ flex-wrap: wrap;
70
+ justify-content: space-around;
71
+
72
+ & > * {
73
+ flex-basis: $column-width;
74
+ max-width: $column-width;
75
+ @if ($gap) {
76
+ margin: 0 $gap ($gap * 2);
77
+ }
78
+ }
79
+
80
+ }
@@ -0,0 +1,46 @@
1
+ /*
2
+ Lesli
3
+
4
+ Copyright (c) 2020, Lesli Technologies, S. A.
5
+
6
+ This program is free software: you can redistribute it and/or modify
7
+ it under the terms of the GNU General Public License as published by
8
+ the Free Software Foundation, either version 3 of the License, or
9
+ (at your option) any later version.
10
+
11
+ This program is distributed in the hope that it will be useful,
12
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ GNU General Public License for more details.
15
+
16
+ You should have received a copy of the GNU General Public License
17
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
18
+
19
+ LesliCSS - SCSS Utilities for websites, apps and web applications
20
+
21
+ Powered by https://www.lesli.tech
22
+ Building a better future, one line of code at a time.
23
+
24
+ @contact <hello@lesli.tech>
25
+ @website <https://lesli.tech>
26
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
27
+
28
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
29
+ // ·
30
+ */
31
+
32
+
33
+ // ·
34
+ @mixin lesli-css-scrollbar($style:normal, $color:#ffffff, $background:#ffffff) {
35
+ scrollbar-width: thin;
36
+ scrollbar-color: $color $background;
37
+
38
+ @if $style == hide {
39
+ scrollbar-width: none;
40
+ &::-webkit-scrollbar {
41
+ width: 0px;
42
+ background-color: $background;
43
+ }
44
+ }
45
+
46
+ }
@@ -0,0 +1,26 @@
1
+ // Responsiveness
2
+
3
+ // The container horizontal gap, which acts as the offset for breakpoints
4
+ $gap: 32px !default;
5
+
6
+ // 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
7
+ $tablet: 769px !default;
8
+
9
+ // 960px container + 4rem
10
+ $desktop: 960px + (2 * $gap) !default;
11
+
12
+ // 1152px container + 4rem
13
+ $widescreen: 1152px + (2 * $gap) !default;
14
+ $widescreen-enabled: true !default;
15
+
16
+ // 1344px container + 4rem
17
+ $fullhd: 1344px + (2 * $gap) !default;
18
+
19
+ $breakpoints: (
20
+ small: ( min-width: 320px, max-width: 520px ),
21
+ mobile: ( min-width: 320px, max-width: 768px ),
22
+ tablet: ( min-width: 769px, max-width: 1023px ),
23
+ desktop: ( min-width: 1024px, max-width: 1215px ),
24
+ widescreen: ( min-width: 1216px, max-width: 1407px ),
25
+ fullhd: ( min-width: 1408px, max-width: 9999px )
26
+ ) !default;
@@ -0,0 +1,125 @@
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/base/normalize.scss";
38
+
39
+
40
+ // ·
41
+ // Describe what you're testing
42
+ @include describe('@mixin normalize') {
43
+
44
+ @include it('should render normalize') {
45
+
46
+ @include assert {
47
+
48
+ @include output {
49
+ @include lesli-css-normalize(false);
50
+ }
51
+
52
+ @include expect {
53
+ // · Reset
54
+ *,
55
+ *:before,
56
+ *:after {
57
+ box-sizing: border-box;
58
+ }
59
+
60
+
61
+ // ·
62
+ body,
63
+ html {
64
+ font-size: 16px;
65
+ font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", sans-serif;
66
+ -webkit-text-size-adjust: 100%;
67
+ -ms-text-size-adjust: 100%;
68
+ }
69
+
70
+
71
+ // · Estilo estandar para titulos
72
+ h1, h2, h3, h4, h5, h6 {
73
+ font-style: inherit;
74
+ font-weight: inherit;
75
+ text-rendering: optimizelegibility;
76
+ }
77
+
78
+
79
+ // · Estilos estandar para enlaces
80
+ a {
81
+ color: inherit;
82
+ text-decoration: none;
83
+
84
+ &:visited {
85
+ color: inherit;
86
+ }
87
+
88
+ }
89
+
90
+
91
+ // · Responsive images
92
+ img {
93
+ height: auto;
94
+ max-width: 100%;
95
+ }
96
+
97
+
98
+ // · Paragraphs
99
+ p {
100
+ margin: 0;
101
+ }
102
+
103
+
104
+ // · Navigation and list
105
+ ul {
106
+
107
+ li{
108
+ list-style: none;
109
+ }
110
+
111
+ }
112
+
113
+ // ·
114
+ input[type="password"] {
115
+ font-family: Verdana;
116
+ letter-spacing: 0.1em;
117
+ }
118
+
119
+ }
120
+
121
+ }
122
+
123
+ }
124
+
125
+ }
@@ -0,0 +1,117 @@
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/functions/colors.scss";
38
+
39
+
40
+ // ·
41
+ @function lesli-css-color($pallete, $variant: 500) {
42
+ @return lesli-css-color-builder($pallete, $variant, (
43
+ lesli: (
44
+ sea: #2F478D,
45
+ navy: #112A62,
46
+ easy: #7E9BF1,
47
+ brand: #214FBD,
48
+ faded: #EBF1FF,
49
+ ocean: #172347,
50
+ midsky: #edf6ff
51
+ )
52
+ ));
53
+ }
54
+
55
+
56
+ // ·
57
+ @include describe('@function lesli-css-color($pallete, $variant: 500)') {
58
+
59
+ @include it('should return the color for lesli sea') {
60
+ @include assert-equal(lesli-css-color(lesli, sea), #2F478D);
61
+ }
62
+
63
+ @include it('should return the color for lesli sea') {
64
+ @include assert-equal(lesli-css-color(lesli, navy), #112A62);
65
+ }
66
+
67
+ @include it('should return the color for lesli sea') {
68
+ @include assert-equal(lesli-css-color(lesli, easy), #7E9BF1);
69
+ }
70
+
71
+ @include it('should return the color for lesli sea') {
72
+ @include assert-equal(lesli-css-color(lesli, brand), #214FBD);
73
+ }
74
+
75
+ @include it('should return the color for lesli sea') {
76
+ @include assert-equal(lesli-css-color(lesli, faded), #EBF1FF);
77
+ }
78
+
79
+ @include it('should return the color for lesli sea') {
80
+ @include assert-equal(lesli-css-color(lesli, ocean), #172347);
81
+ }
82
+
83
+ @include it('should return the color for lesli sea') {
84
+ @include assert-equal(lesli-css-color(lesli, midsky), #edf6ff);
85
+ }
86
+
87
+ }
88
+
89
+
90
+ // ·
91
+ @include describe('@function lesli-css-color-builder($pallete, $variant: 500)') {
92
+
93
+ @include it('should return the color for blue default') {
94
+ @include assert-equal(lesli-css-color-builder(blue), #3689e6);
95
+ }
96
+
97
+ @include it('should return the color for blue 100') {
98
+ @include assert-equal(lesli-css-color-builder(blue, 100), #8cd5ff);
99
+ }
100
+
101
+ @include it('should return the color for blue 300') {
102
+ @include assert-equal(lesli-css-color-builder(blue, 300), #64baff);
103
+ }
104
+
105
+ @include it('should return the color for blue 500') {
106
+ @include assert-equal(lesli-css-color-builder(blue, 500), #3689e6);
107
+ }
108
+
109
+ @include it('should return the color for blue 700') {
110
+ @include assert-equal(lesli-css-color-builder(blue, 700), #0d52bf);
111
+ }
112
+
113
+ @include it('should return the color for blue 900') {
114
+ @include assert-equal(lesli-css-color-builder(blue, 900), #002e99);
115
+ }
116
+
117
+ }