@medyll/cssfabric 0.1.0 → 0.2.0

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 (202) hide show
  1. package/README.md +38 -240
  2. package/_generated/cssFabric.vars.json +13 -0
  3. package/{src/_generated → _generated}/export.variables.md +0 -0
  4. package/{src/_generated → _generated}/index.d.ts +0 -0
  5. package/{src/_generated → _generated}/readme.md +0 -0
  6. package/init/importCssVars.d.ts +1 -0
  7. package/init/importCssVars.js +2 -0
  8. package/package.json +113 -69
  9. package/{lib/scripts → scripts}/cssfabric.d.ts +0 -0
  10. package/scripts/cssfabric.js +43 -0
  11. package/{lib/scripts → scripts}/cssfabricClassNames.d.ts +0 -0
  12. package/{lib/scripts → scripts}/cssfabricClassNames.js +5 -9
  13. package/{src/scripts → scripts}/index.d.ts +0 -0
  14. package/scripts/index.js +4 -0
  15. package/{lib/scripts → scripts}/utils.d.ts +0 -0
  16. package/{lib/scripts → scripts}/utils.js +1 -3
  17. package/{lib/styles/core → styles}/animation/animation.css +0 -0
  18. package/{lib/styles/core → styles}/animation/animation.min.css +0 -0
  19. package/{lib/styles/core → styles}/base/base.css +0 -7
  20. package/styles/base/base.min.css +1 -0
  21. package/styles/box/box.css +1379 -0
  22. package/styles/box/box.min.css +1 -0
  23. package/styles/box/box.responsive.css +5524 -0
  24. package/styles/box/box.responsive.min.css +1 -0
  25. package/styles/color/color.css +1565 -0
  26. package/styles/color/color.min.css +1 -0
  27. package/styles/color/color.responsive.css +6268 -0
  28. package/styles/color/color.responsive.min.css +1 -0
  29. package/styles/cssfabric.css +61792 -0
  30. package/styles/cssfabric.min.css +168 -0
  31. package/styles/cssfabric.responsive.css +200596 -0
  32. package/styles/cssfabric.responsive.min.css +108 -0
  33. package/{lib/styles/core → styles}/flex/flex.css +0 -0
  34. package/styles/flex/flex.min.css +1 -0
  35. package/{lib/styles/core → styles}/flex/flex.responsive.css +0 -126
  36. package/styles/flex/flex.responsive.min.css +1 -0
  37. package/{lib/styles/core → styles}/grid/grid.css +0 -0
  38. package/styles/grid/grid.min.css +1 -0
  39. package/{lib/styles/core → styles}/grid/grid.responsive.css +0 -121
  40. package/styles/grid/grid.responsive.min.css +1 -0
  41. package/{lib/styles/core → styles}/menu/menu.css +16 -12
  42. package/styles/menu/menu.min.css +1 -0
  43. package/{lib/styles/core → styles}/menu/menu.responsive.css +64 -129
  44. package/styles/menu/menu.responsive.min.css +1 -0
  45. package/{lib/styles/core → styles}/overflow/overflow.css +0 -0
  46. package/{lib/styles/core → styles}/overflow/overflow.min.css +0 -0
  47. package/{lib/styles/core → styles}/overflow/overflow.responsive.css +0 -61
  48. package/styles/overflow/overflow.responsive.min.css +1 -0
  49. package/{lib/styles/core → styles}/scale/scale.css +286 -206
  50. package/styles/scale/scale.min.css +1 -0
  51. package/styles/scale/scale.responsive.css +2884 -0
  52. package/styles/scale/scale.responsive.min.css +1 -0
  53. package/{lib/styles/core → styles}/table/table.css +0 -0
  54. package/styles/table/table.min.css +1 -0
  55. package/{lib/styles/core → styles}/table/table.responsive.css +0 -74
  56. package/styles/table/table.responsive.min.css +1 -0
  57. package/{lib/styles/core → styles}/text/text.css +4 -0
  58. package/styles/text/text.min.css +1 -0
  59. package/styles/text/text.responsive.css +196 -0
  60. package/styles/text/text.responsive.min.css +1 -0
  61. package/{lib/styles/core → styles}/theme/theme.css +0 -0
  62. package/{lib/styles/core → styles}/theme/theme.min.css +0 -0
  63. package/styles/vars.css +414 -0
  64. package/styles/vars.min.css +1 -0
  65. package/{lib/styles/core → styles}/zindex/zindex.css +0 -0
  66. package/{lib/styles/core → styles}/zindex/zindex.min.css +0 -0
  67. package/.idea/cssfabric.iml +0 -8
  68. package/.idea/misc.xml +0 -9
  69. package/.idea/modules.xml +0 -8
  70. package/.idea/vcs.xml +0 -6
  71. package/.vscode/settings.json +0 -24
  72. package/bin/index.js +0 -7
  73. package/cssfabric.config.js +0 -3
  74. package/cssfabric.json +0 -8
  75. package/gulpfile.js +0 -598
  76. package/lib/_generated/export.variables.json +0 -583
  77. package/lib/index.d.ts +0 -2
  78. package/lib/index.js +0 -7
  79. package/lib/scripts/cssfabric.js +0 -48
  80. package/lib/scripts/index.d.ts +0 -2
  81. package/lib/scripts/index.js +0 -6
  82. package/lib/styles/core/base/base.min.css +0 -1
  83. package/lib/styles/core/box/box.css +0 -2449
  84. package/lib/styles/core/box/box.min.css +0 -1
  85. package/lib/styles/core/box/box.responsive.css +0 -12255
  86. package/lib/styles/core/box/box.responsive.min.css +0 -1
  87. package/lib/styles/core/color/color.css +0 -923
  88. package/lib/styles/core/color/color.min.css +0 -1
  89. package/lib/styles/core/color/color.responsive.css +0 -4625
  90. package/lib/styles/core/color/color.responsive.min.css +0 -1
  91. package/lib/styles/core/flex/flex.min.css +0 -1
  92. package/lib/styles/core/flex/flex.responsive.min.css +0 -1
  93. package/lib/styles/core/grid/grid.min.css +0 -1
  94. package/lib/styles/core/grid/grid.responsive.min.css +0 -1
  95. package/lib/styles/core/main.min.css +0 -1
  96. package/lib/styles/core/menu/menu.min.css +0 -1
  97. package/lib/styles/core/menu/menu.responsive.min.css +0 -1
  98. package/lib/styles/core/overflow/overflow.responsive.min.css +0 -1
  99. package/lib/styles/core/scale/scale.min.css +0 -1
  100. package/lib/styles/core/scale/scale.responsive.css +0 -3205
  101. package/lib/styles/core/scale/scale.responsive.min.css +0 -1
  102. package/lib/styles/core/table/table.min.css +0 -1
  103. package/lib/styles/core/table/table.responsive.min.css +0 -1
  104. package/lib/styles/core/text/text.min.css +0 -1
  105. package/lib/styles/core/text/text.responsive.css +0 -745
  106. package/lib/styles/core/text/text.responsive.min.css +0 -1
  107. package/lib/styles/core/vars.css +0 -274
  108. package/lib/styles/core/vars.min.css +0 -1
  109. package/lib/styles/cssfabric.css +0 -5367
  110. package/lib/styles/cssfabric.min.css +0 -15
  111. package/lib/styles/cssfabric.responsive.css +0 -23164
  112. package/lib/styles/cssfabric.responsive.min.css +0 -9
  113. package/src/_generated/export.variables.json +0 -760
  114. package/src/cssfabric/_utils.scss +0 -193
  115. package/src/cssfabric/index.d.ts +0 -3
  116. package/src/cssfabric/modules/_cssfabric-config.scss +0 -93
  117. package/src/cssfabric/modules/_mixins.scss +0 -1
  118. package/src/cssfabric/modules/animation/_animation-vars.scss +0 -17
  119. package/src/cssfabric/modules/animation/animation.scss +0 -3
  120. package/src/cssfabric/modules/base/_base-vars.scss +0 -19
  121. package/src/cssfabric/modules/base/base.scss +0 -80
  122. package/src/cssfabric/modules/box/_box-build.scss +0 -268
  123. package/src/cssfabric/modules/box/_box-vars.scss +0 -119
  124. package/src/cssfabric/modules/box/box-responsive.scss +0 -18
  125. package/src/cssfabric/modules/box/box.scss +0 -3
  126. package/src/cssfabric/modules/color/_color-build.scss +0 -108
  127. package/src/cssfabric/modules/color/_color-vars.scss +0 -80
  128. package/src/cssfabric/modules/color/color-responsive.scss +0 -23
  129. package/src/cssfabric/modules/color/color.scss +0 -9
  130. package/src/cssfabric/modules/css-fabric.scss +0 -2
  131. package/src/cssfabric/modules/flex/_flex-build.scss +0 -150
  132. package/src/cssfabric/modules/flex/_flex-vars.scss +0 -84
  133. package/src/cssfabric/modules/flex/flex-responsive.scss +0 -25
  134. package/src/cssfabric/modules/flex/flex.scss +0 -3
  135. package/src/cssfabric/modules/grid/_grid-build.scss +0 -84
  136. package/src/cssfabric/modules/grid/_grid-vars.scss +0 -88
  137. package/src/cssfabric/modules/grid/grid-responsive.scss +0 -25
  138. package/src/cssfabric/modules/grid/grid.scss +0 -6
  139. package/src/cssfabric/modules/menu/_menu-build.scss +0 -119
  140. package/src/cssfabric/modules/menu/_menu-vars.scss +0 -29
  141. package/src/cssfabric/modules/menu/menu-responsive.scss +0 -19
  142. package/src/cssfabric/modules/menu/menu.scss +0 -6
  143. package/src/cssfabric/modules/overflow/_overflow-build.scss +0 -22
  144. package/src/cssfabric/modules/overflow/_overflow-vars.scss +0 -31
  145. package/src/cssfabric/modules/overflow/overflow-responsive.scss +0 -25
  146. package/src/cssfabric/modules/overflow/overflow.scss +0 -7
  147. package/src/cssfabric/modules/scale/_scale-build.scss +0 -129
  148. package/src/cssfabric/modules/scale/_scale-vars.scss +0 -75
  149. package/src/cssfabric/modules/scale/scale-responsive.scss +0 -23
  150. package/src/cssfabric/modules/scale/scale.scss +0 -8
  151. package/src/cssfabric/modules/table/_table-build.scss +0 -134
  152. package/src/cssfabric/modules/table/_table-vars.scss +0 -30
  153. package/src/cssfabric/modules/table/table-responsive.scss +0 -24
  154. package/src/cssfabric/modules/table/table.scss +0 -8
  155. package/src/cssfabric/modules/text/_text-build.scss +0 -109
  156. package/src/cssfabric/modules/text/_text-vars.scss +0 -87
  157. package/src/cssfabric/modules/text/text-responsive.scss +0 -25
  158. package/src/cssfabric/modules/text/text.scss +0 -6
  159. package/src/cssfabric/modules/theme/_theme-build.scss +0 -76
  160. package/src/cssfabric/modules/theme/_theme-vars.scss +0 -55
  161. package/src/cssfabric/modules/theme/theme.scss +0 -6
  162. package/src/cssfabric/modules/vars.scss +0 -118
  163. package/src/cssfabric/modules/zindex/_zindex-vars.scss +0 -14
  164. package/src/cssfabric/modules/zindex/zindex.scss +0 -15
  165. package/src/index.d.ts +0 -3
  166. package/src/index.ts +0 -4
  167. package/src/scripts/cssfabric.ts +0 -54
  168. package/src/scripts/cssfabricClassNames.ts +0 -216
  169. package/src/scripts/index.ts +0 -8
  170. package/src/scripts/utils.ts +0 -37
  171. package/src/vendor/index.d.ts +0 -3
  172. package/src/vendor/normalize/normalize.min.css +0 -2
  173. package/src/vendor/sass-json-export/CHANGELOG.md +0 -26
  174. package/src/vendor/sass-json-export/Gruntfile.js +0 -60
  175. package/src/vendor/sass-json-export/LICENSE +0 -20
  176. package/src/vendor/sass-json-export/README.md +0 -90
  177. package/src/vendor/sass-json-export/package.json +0 -60
  178. package/src/vendor/sass-json-export/stylesheets/encode/api/_json.scss +0 -26
  179. package/src/vendor/sass-json-export/stylesheets/encode/encode.scss +0 -17
  180. package/src/vendor/sass-json-export/stylesheets/encode/helpers/_quote.scss +0 -9
  181. package/src/vendor/sass-json-export/stylesheets/encode/mixins/_json.scss +0 -42
  182. package/src/vendor/sass-json-export/stylesheets/encode/types/_bool.scss +0 -7
  183. package/src/vendor/sass-json-export/stylesheets/encode/types/_color.scss +0 -8
  184. package/src/vendor/sass-json-export/stylesheets/encode/types/_list.scss +0 -14
  185. package/src/vendor/sass-json-export/stylesheets/encode/types/_map.scss +0 -15
  186. package/src/vendor/sass-json-export/stylesheets/encode/types/_null.scss +0 -7
  187. package/src/vendor/sass-json-export/stylesheets/encode/types/_number.scss +0 -8
  188. package/src/vendor/sass-json-export/stylesheets/encode/types/_string.scss +0 -8
  189. package/src/vendor/sass-json-export/stylesheets/sass-json-export.scss +0 -2
  190. package/src/vendor/sass-json-export/test/encode/_index.scss +0 -14
  191. package/src/vendor/sass-json-export/test/encode/api/_json.scss +0 -29
  192. package/src/vendor/sass-json-export/test/encode/helpers/_quote.scss +0 -6
  193. package/src/vendor/sass-json-export/test/encode/types/_bool.scss +0 -6
  194. package/src/vendor/sass-json-export/test/encode/types/_color.scss +0 -7
  195. package/src/vendor/sass-json-export/test/encode/types/_list.scss +0 -25
  196. package/src/vendor/sass-json-export/test/encode/types/_map.scss +0 -17
  197. package/src/vendor/sass-json-export/test/encode/types/_null.scss +0 -8
  198. package/src/vendor/sass-json-export/test/encode/types/_number.scss +0 -68
  199. package/src/vendor/sass-json-export/test/encode/types/_string.scss +0 -9
  200. package/src/vendor/sass-json-export/test/test.scss +0 -9
  201. package/tsconfig.json +0 -46
  202. package/webpack.config.js +0 -53
@@ -1,745 +0,0 @@
1
- @media only screen and (max-width: 1300px) {
2
- .text-xxl-ellipsis {
3
- text-overflow: ellipsis;
4
- overflow: hidden;
5
- white-space: nowrap;
6
- }
7
-
8
- .h1,
9
- h1 {
10
- font-size: var(--font-size-h1);
11
- line-height: 1.2;
12
- font-weight: 400;
13
- }
14
-
15
- .h2,
16
- h2 {
17
- font-size: var(--font-size-h2);
18
- line-height: 1.2;
19
- font-weight: 400;
20
- }
21
-
22
- .h3,
23
- h3 {
24
- font-size: var(--font-size-h3);
25
- line-height: 1.2;
26
- font-weight: 400;
27
- }
28
-
29
- .h4,
30
- h4 {
31
- font-size: var(--font-size-h4);
32
- line-height: 1.2;
33
- font-weight: 400;
34
- }
35
-
36
- .h5,
37
- h5 {
38
- font-size: var(--font-size-h5);
39
- line-height: 1.2;
40
- font-weight: 400;
41
- }
42
-
43
- .h6,
44
- h6 {
45
- font-size: var(--font-size-h6);
46
- line-height: 1.2;
47
- font-weight: 400;
48
- }
49
-
50
- .text-xxl-cap {
51
- text-transform: capitalize;
52
- }
53
- .text-xxl-up {
54
- text-transform: uppercase;
55
- }
56
- .text-xxl-low {
57
- text-transform: lowercase;
58
- }
59
- .text-xxl-none {
60
- text-transform: none;
61
- }
62
- .text-xxl-full {
63
- text-transform: full-width;
64
- }
65
- .text-xxl-l {
66
- text-align: left;
67
- }
68
- .text-xxl-r {
69
- text-align: right;
70
- }
71
- .text-xxl-center {
72
- text-align: center;
73
- }
74
- .text-xxl-justify {
75
- text-align: justify;
76
- }
77
- .text-xxl-50 {
78
- font-weight: var(--font-weight-50);
79
- }
80
- .text-xxl-100 {
81
- font-weight: var(--font-weight-100);
82
- }
83
- .text-xxl-300 {
84
- font-weight: var(--font-weight-300);
85
- }
86
- .text-xxl-500 {
87
- font-weight: var(--font-weight-500);
88
- }
89
- .text-xxl-900 {
90
- font-weight: var(--font-weight-900);
91
- }
92
- .text-xxl-light {
93
- font-weight: var(--font-weight-light);
94
- }
95
- .text-xxl-cap {
96
- font-weight: var(--font-weight-cap);
97
- }
98
- .text-xxl-bold {
99
- font-weight: var(--font-weight-bold);
100
- }
101
- .text-xxl-bolder {
102
- font-weight: var(--font-weight-bolder);
103
- }
104
- .text-xxl-shad-discrete {
105
- text-shadow: var(--text-shadow-discrete);
106
- }
107
- .text-xxl-shad-success {
108
- text-shadow: var(--text-shadow-success);
109
- }
110
- .text-xxl-shad-info {
111
- text-shadow: var(--text-shadow-info);
112
- }
113
- .text-xxl-shad-warning {
114
- text-shadow: var(--text-shadow-warning);
115
- }
116
- .text-xxl-shad-alert {
117
- text-shadow: var(--text-shadow-alert);
118
- }
119
- .text-xxl-shad-error {
120
- text-shadow: var(--text-shadow-error);
121
- }
122
- .text-xxl-shad-yellow {
123
- text-shadow: var(--text-shadow-yellow);
124
- }
125
- .text-xxl-shad-orange {
126
- text-shadow: var(--text-shadow-orange);
127
- }
128
- .text-xxl-shad-red {
129
- text-shadow: var(--text-shadow-red);
130
- }
131
- .text-xxl-shad-magenta {
132
- text-shadow: var(--text-shadow-magenta);
133
- }
134
- .text-xxl-shad-purple {
135
- text-shadow: var(--text-shadow-purple);
136
- }
137
- .text-xxl-shad-green {
138
- text-shadow: var(--text-shadow-green);
139
- }
140
- .text-xxl-shad-teal {
141
- text-shadow: var(--text-shadow-teal);
142
- }
143
- .text-xxl-shad-blue {
144
- text-shadow: var(--text-shadow-blue);
145
- }
146
- .text-xxl-shad-dark {
147
- text-shadow: var(--text-shadow-dark);
148
- }
149
- }
150
- @media only screen and (max-width: 1200px) {
151
- .text-xl-ellipsis {
152
- text-overflow: ellipsis;
153
- overflow: hidden;
154
- white-space: nowrap;
155
- }
156
-
157
- .h1,
158
- h1 {
159
- font-size: var(--font-size-h1);
160
- line-height: 1.2;
161
- font-weight: 400;
162
- }
163
-
164
- .h2,
165
- h2 {
166
- font-size: var(--font-size-h2);
167
- line-height: 1.2;
168
- font-weight: 400;
169
- }
170
-
171
- .h3,
172
- h3 {
173
- font-size: var(--font-size-h3);
174
- line-height: 1.2;
175
- font-weight: 400;
176
- }
177
-
178
- .h4,
179
- h4 {
180
- font-size: var(--font-size-h4);
181
- line-height: 1.2;
182
- font-weight: 400;
183
- }
184
-
185
- .h5,
186
- h5 {
187
- font-size: var(--font-size-h5);
188
- line-height: 1.2;
189
- font-weight: 400;
190
- }
191
-
192
- .h6,
193
- h6 {
194
- font-size: var(--font-size-h6);
195
- line-height: 1.2;
196
- font-weight: 400;
197
- }
198
-
199
- .text-xl-cap {
200
- text-transform: capitalize;
201
- }
202
- .text-xl-up {
203
- text-transform: uppercase;
204
- }
205
- .text-xl-low {
206
- text-transform: lowercase;
207
- }
208
- .text-xl-none {
209
- text-transform: none;
210
- }
211
- .text-xl-full {
212
- text-transform: full-width;
213
- }
214
- .text-xl-l {
215
- text-align: left;
216
- }
217
- .text-xl-r {
218
- text-align: right;
219
- }
220
- .text-xl-center {
221
- text-align: center;
222
- }
223
- .text-xl-justify {
224
- text-align: justify;
225
- }
226
- .text-xl-50 {
227
- font-weight: var(--font-weight-50);
228
- }
229
- .text-xl-100 {
230
- font-weight: var(--font-weight-100);
231
- }
232
- .text-xl-300 {
233
- font-weight: var(--font-weight-300);
234
- }
235
- .text-xl-500 {
236
- font-weight: var(--font-weight-500);
237
- }
238
- .text-xl-900 {
239
- font-weight: var(--font-weight-900);
240
- }
241
- .text-xl-light {
242
- font-weight: var(--font-weight-light);
243
- }
244
- .text-xl-cap {
245
- font-weight: var(--font-weight-cap);
246
- }
247
- .text-xl-bold {
248
- font-weight: var(--font-weight-bold);
249
- }
250
- .text-xl-bolder {
251
- font-weight: var(--font-weight-bolder);
252
- }
253
- .text-xl-shad-discrete {
254
- text-shadow: var(--text-shadow-discrete);
255
- }
256
- .text-xl-shad-success {
257
- text-shadow: var(--text-shadow-success);
258
- }
259
- .text-xl-shad-info {
260
- text-shadow: var(--text-shadow-info);
261
- }
262
- .text-xl-shad-warning {
263
- text-shadow: var(--text-shadow-warning);
264
- }
265
- .text-xl-shad-alert {
266
- text-shadow: var(--text-shadow-alert);
267
- }
268
- .text-xl-shad-error {
269
- text-shadow: var(--text-shadow-error);
270
- }
271
- .text-xl-shad-yellow {
272
- text-shadow: var(--text-shadow-yellow);
273
- }
274
- .text-xl-shad-orange {
275
- text-shadow: var(--text-shadow-orange);
276
- }
277
- .text-xl-shad-red {
278
- text-shadow: var(--text-shadow-red);
279
- }
280
- .text-xl-shad-magenta {
281
- text-shadow: var(--text-shadow-magenta);
282
- }
283
- .text-xl-shad-purple {
284
- text-shadow: var(--text-shadow-purple);
285
- }
286
- .text-xl-shad-green {
287
- text-shadow: var(--text-shadow-green);
288
- }
289
- .text-xl-shad-teal {
290
- text-shadow: var(--text-shadow-teal);
291
- }
292
- .text-xl-shad-blue {
293
- text-shadow: var(--text-shadow-blue);
294
- }
295
- .text-xl-shad-dark {
296
- text-shadow: var(--text-shadow-dark);
297
- }
298
- }
299
- @media only screen and (max-width: 960px) {
300
- .text-lg-ellipsis {
301
- text-overflow: ellipsis;
302
- overflow: hidden;
303
- white-space: nowrap;
304
- }
305
-
306
- .h1,
307
- h1 {
308
- font-size: var(--font-size-h1);
309
- line-height: 1.2;
310
- font-weight: 400;
311
- }
312
-
313
- .h2,
314
- h2 {
315
- font-size: var(--font-size-h2);
316
- line-height: 1.2;
317
- font-weight: 400;
318
- }
319
-
320
- .h3,
321
- h3 {
322
- font-size: var(--font-size-h3);
323
- line-height: 1.2;
324
- font-weight: 400;
325
- }
326
-
327
- .h4,
328
- h4 {
329
- font-size: var(--font-size-h4);
330
- line-height: 1.2;
331
- font-weight: 400;
332
- }
333
-
334
- .h5,
335
- h5 {
336
- font-size: var(--font-size-h5);
337
- line-height: 1.2;
338
- font-weight: 400;
339
- }
340
-
341
- .h6,
342
- h6 {
343
- font-size: var(--font-size-h6);
344
- line-height: 1.2;
345
- font-weight: 400;
346
- }
347
-
348
- .text-lg-cap {
349
- text-transform: capitalize;
350
- }
351
- .text-lg-up {
352
- text-transform: uppercase;
353
- }
354
- .text-lg-low {
355
- text-transform: lowercase;
356
- }
357
- .text-lg-none {
358
- text-transform: none;
359
- }
360
- .text-lg-full {
361
- text-transform: full-width;
362
- }
363
- .text-lg-l {
364
- text-align: left;
365
- }
366
- .text-lg-r {
367
- text-align: right;
368
- }
369
- .text-lg-center {
370
- text-align: center;
371
- }
372
- .text-lg-justify {
373
- text-align: justify;
374
- }
375
- .text-lg-50 {
376
- font-weight: var(--font-weight-50);
377
- }
378
- .text-lg-100 {
379
- font-weight: var(--font-weight-100);
380
- }
381
- .text-lg-300 {
382
- font-weight: var(--font-weight-300);
383
- }
384
- .text-lg-500 {
385
- font-weight: var(--font-weight-500);
386
- }
387
- .text-lg-900 {
388
- font-weight: var(--font-weight-900);
389
- }
390
- .text-lg-light {
391
- font-weight: var(--font-weight-light);
392
- }
393
- .text-lg-cap {
394
- font-weight: var(--font-weight-cap);
395
- }
396
- .text-lg-bold {
397
- font-weight: var(--font-weight-bold);
398
- }
399
- .text-lg-bolder {
400
- font-weight: var(--font-weight-bolder);
401
- }
402
- .text-lg-shad-discrete {
403
- text-shadow: var(--text-shadow-discrete);
404
- }
405
- .text-lg-shad-success {
406
- text-shadow: var(--text-shadow-success);
407
- }
408
- .text-lg-shad-info {
409
- text-shadow: var(--text-shadow-info);
410
- }
411
- .text-lg-shad-warning {
412
- text-shadow: var(--text-shadow-warning);
413
- }
414
- .text-lg-shad-alert {
415
- text-shadow: var(--text-shadow-alert);
416
- }
417
- .text-lg-shad-error {
418
- text-shadow: var(--text-shadow-error);
419
- }
420
- .text-lg-shad-yellow {
421
- text-shadow: var(--text-shadow-yellow);
422
- }
423
- .text-lg-shad-orange {
424
- text-shadow: var(--text-shadow-orange);
425
- }
426
- .text-lg-shad-red {
427
- text-shadow: var(--text-shadow-red);
428
- }
429
- .text-lg-shad-magenta {
430
- text-shadow: var(--text-shadow-magenta);
431
- }
432
- .text-lg-shad-purple {
433
- text-shadow: var(--text-shadow-purple);
434
- }
435
- .text-lg-shad-green {
436
- text-shadow: var(--text-shadow-green);
437
- }
438
- .text-lg-shad-teal {
439
- text-shadow: var(--text-shadow-teal);
440
- }
441
- .text-lg-shad-blue {
442
- text-shadow: var(--text-shadow-blue);
443
- }
444
- .text-lg-shad-dark {
445
- text-shadow: var(--text-shadow-dark);
446
- }
447
- }
448
- @media only screen and (max-width: 760px) {
449
- .text-md-ellipsis {
450
- text-overflow: ellipsis;
451
- overflow: hidden;
452
- white-space: nowrap;
453
- }
454
-
455
- .h1,
456
- h1 {
457
- font-size: var(--font-size-h1);
458
- line-height: 1.2;
459
- font-weight: 400;
460
- }
461
-
462
- .h2,
463
- h2 {
464
- font-size: var(--font-size-h2);
465
- line-height: 1.2;
466
- font-weight: 400;
467
- }
468
-
469
- .h3,
470
- h3 {
471
- font-size: var(--font-size-h3);
472
- line-height: 1.2;
473
- font-weight: 400;
474
- }
475
-
476
- .h4,
477
- h4 {
478
- font-size: var(--font-size-h4);
479
- line-height: 1.2;
480
- font-weight: 400;
481
- }
482
-
483
- .h5,
484
- h5 {
485
- font-size: var(--font-size-h5);
486
- line-height: 1.2;
487
- font-weight: 400;
488
- }
489
-
490
- .h6,
491
- h6 {
492
- font-size: var(--font-size-h6);
493
- line-height: 1.2;
494
- font-weight: 400;
495
- }
496
-
497
- .text-md-cap {
498
- text-transform: capitalize;
499
- }
500
- .text-md-up {
501
- text-transform: uppercase;
502
- }
503
- .text-md-low {
504
- text-transform: lowercase;
505
- }
506
- .text-md-none {
507
- text-transform: none;
508
- }
509
- .text-md-full {
510
- text-transform: full-width;
511
- }
512
- .text-md-l {
513
- text-align: left;
514
- }
515
- .text-md-r {
516
- text-align: right;
517
- }
518
- .text-md-center {
519
- text-align: center;
520
- }
521
- .text-md-justify {
522
- text-align: justify;
523
- }
524
- .text-md-50 {
525
- font-weight: var(--font-weight-50);
526
- }
527
- .text-md-100 {
528
- font-weight: var(--font-weight-100);
529
- }
530
- .text-md-300 {
531
- font-weight: var(--font-weight-300);
532
- }
533
- .text-md-500 {
534
- font-weight: var(--font-weight-500);
535
- }
536
- .text-md-900 {
537
- font-weight: var(--font-weight-900);
538
- }
539
- .text-md-light {
540
- font-weight: var(--font-weight-light);
541
- }
542
- .text-md-cap {
543
- font-weight: var(--font-weight-cap);
544
- }
545
- .text-md-bold {
546
- font-weight: var(--font-weight-bold);
547
- }
548
- .text-md-bolder {
549
- font-weight: var(--font-weight-bolder);
550
- }
551
- .text-md-shad-discrete {
552
- text-shadow: var(--text-shadow-discrete);
553
- }
554
- .text-md-shad-success {
555
- text-shadow: var(--text-shadow-success);
556
- }
557
- .text-md-shad-info {
558
- text-shadow: var(--text-shadow-info);
559
- }
560
- .text-md-shad-warning {
561
- text-shadow: var(--text-shadow-warning);
562
- }
563
- .text-md-shad-alert {
564
- text-shadow: var(--text-shadow-alert);
565
- }
566
- .text-md-shad-error {
567
- text-shadow: var(--text-shadow-error);
568
- }
569
- .text-md-shad-yellow {
570
- text-shadow: var(--text-shadow-yellow);
571
- }
572
- .text-md-shad-orange {
573
- text-shadow: var(--text-shadow-orange);
574
- }
575
- .text-md-shad-red {
576
- text-shadow: var(--text-shadow-red);
577
- }
578
- .text-md-shad-magenta {
579
- text-shadow: var(--text-shadow-magenta);
580
- }
581
- .text-md-shad-purple {
582
- text-shadow: var(--text-shadow-purple);
583
- }
584
- .text-md-shad-green {
585
- text-shadow: var(--text-shadow-green);
586
- }
587
- .text-md-shad-teal {
588
- text-shadow: var(--text-shadow-teal);
589
- }
590
- .text-md-shad-blue {
591
- text-shadow: var(--text-shadow-blue);
592
- }
593
- .text-md-shad-dark {
594
- text-shadow: var(--text-shadow-dark);
595
- }
596
- }
597
- @media only screen and (max-width: 0px) {
598
- .text-sm-ellipsis {
599
- text-overflow: ellipsis;
600
- overflow: hidden;
601
- white-space: nowrap;
602
- }
603
-
604
- .h1,
605
- h1 {
606
- font-size: var(--font-size-h1);
607
- line-height: 1.2;
608
- font-weight: 400;
609
- }
610
-
611
- .h2,
612
- h2 {
613
- font-size: var(--font-size-h2);
614
- line-height: 1.2;
615
- font-weight: 400;
616
- }
617
-
618
- .h3,
619
- h3 {
620
- font-size: var(--font-size-h3);
621
- line-height: 1.2;
622
- font-weight: 400;
623
- }
624
-
625
- .h4,
626
- h4 {
627
- font-size: var(--font-size-h4);
628
- line-height: 1.2;
629
- font-weight: 400;
630
- }
631
-
632
- .h5,
633
- h5 {
634
- font-size: var(--font-size-h5);
635
- line-height: 1.2;
636
- font-weight: 400;
637
- }
638
-
639
- .h6,
640
- h6 {
641
- font-size: var(--font-size-h6);
642
- line-height: 1.2;
643
- font-weight: 400;
644
- }
645
-
646
- .text-sm-cap {
647
- text-transform: capitalize;
648
- }
649
- .text-sm-up {
650
- text-transform: uppercase;
651
- }
652
- .text-sm-low {
653
- text-transform: lowercase;
654
- }
655
- .text-sm-none {
656
- text-transform: none;
657
- }
658
- .text-sm-full {
659
- text-transform: full-width;
660
- }
661
- .text-sm-l {
662
- text-align: left;
663
- }
664
- .text-sm-r {
665
- text-align: right;
666
- }
667
- .text-sm-center {
668
- text-align: center;
669
- }
670
- .text-sm-justify {
671
- text-align: justify;
672
- }
673
- .text-sm-50 {
674
- font-weight: var(--font-weight-50);
675
- }
676
- .text-sm-100 {
677
- font-weight: var(--font-weight-100);
678
- }
679
- .text-sm-300 {
680
- font-weight: var(--font-weight-300);
681
- }
682
- .text-sm-500 {
683
- font-weight: var(--font-weight-500);
684
- }
685
- .text-sm-900 {
686
- font-weight: var(--font-weight-900);
687
- }
688
- .text-sm-light {
689
- font-weight: var(--font-weight-light);
690
- }
691
- .text-sm-cap {
692
- font-weight: var(--font-weight-cap);
693
- }
694
- .text-sm-bold {
695
- font-weight: var(--font-weight-bold);
696
- }
697
- .text-sm-bolder {
698
- font-weight: var(--font-weight-bolder);
699
- }
700
- .text-sm-shad-discrete {
701
- text-shadow: var(--text-shadow-discrete);
702
- }
703
- .text-sm-shad-success {
704
- text-shadow: var(--text-shadow-success);
705
- }
706
- .text-sm-shad-info {
707
- text-shadow: var(--text-shadow-info);
708
- }
709
- .text-sm-shad-warning {
710
- text-shadow: var(--text-shadow-warning);
711
- }
712
- .text-sm-shad-alert {
713
- text-shadow: var(--text-shadow-alert);
714
- }
715
- .text-sm-shad-error {
716
- text-shadow: var(--text-shadow-error);
717
- }
718
- .text-sm-shad-yellow {
719
- text-shadow: var(--text-shadow-yellow);
720
- }
721
- .text-sm-shad-orange {
722
- text-shadow: var(--text-shadow-orange);
723
- }
724
- .text-sm-shad-red {
725
- text-shadow: var(--text-shadow-red);
726
- }
727
- .text-sm-shad-magenta {
728
- text-shadow: var(--text-shadow-magenta);
729
- }
730
- .text-sm-shad-purple {
731
- text-shadow: var(--text-shadow-purple);
732
- }
733
- .text-sm-shad-green {
734
- text-shadow: var(--text-shadow-green);
735
- }
736
- .text-sm-shad-teal {
737
- text-shadow: var(--text-shadow-teal);
738
- }
739
- .text-sm-shad-blue {
740
- text-shadow: var(--text-shadow-blue);
741
- }
742
- .text-sm-shad-dark {
743
- text-shadow: var(--text-shadow-dark);
744
- }
745
- }