@jaisocx/css-clean-start-2 1.0.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 (79) hide show
  1. package/MediaAndStyles/CssCleanStart_2_main.css +430 -0
  2. package/MediaAndStyles/CssCleanStart_2_main_Webpack.css +18 -0
  3. package/MediaAndStyles/CssCleanStart_2_main_Webpack_min.css +19 -0
  4. package/MediaAndStyles/CssCleanStart_2_main_relative.css +17 -0
  5. package/MediaAndStyles/CssCleanStart_2_main_resolved.css +6796 -0
  6. package/MediaAndStyles/CssCleanStart_2_main_resolved_min.css +625 -0
  7. package/MediaAndStyles/CssCleanStart_2_presets.css +51 -0
  8. package/MediaAndStyles/responsive_size_Constants.css +137 -0
  9. package/MediaAndStyles/themes/theme_base/CssCleanStart_2_theme_base_main.css +193 -0
  10. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e02_mobile_xs_landscape__CssCleanStart_2__theme_base.css +231 -0
  11. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e02_mobile_xs_portrait__CssCleanStart_2__theme_base.css +231 -0
  12. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e04_mobile_s_landscape__CssCleanStart_2__theme_base.css +231 -0
  13. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e04_mobile_s_portrait__CssCleanStart_2__theme_base.css +231 -0
  14. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e06_mobile_sm_landscape__CssCleanStart_2__theme_base.css +231 -0
  15. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e06_mobile_sm_portrait__CssCleanStart_2__theme_base.css +231 -0
  16. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e08_mobile_md_landscape__CssCleanStart_2__theme_base.css +231 -0
  17. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e08_mobile_md_portrait__CssCleanStart_2__theme_base.css +231 -0
  18. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_h03_tablet_sm_landscape__CssCleanStart_2__theme_base.css +231 -0
  19. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_h03_tablet_sm_portrait__CssCleanStart_2__theme_base.css +231 -0
  20. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_h05_tablet_md_landscape__CssCleanStart_2__theme_base.css +231 -0
  21. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_h05_tablet_md_portrait__CssCleanStart_2__theme_base.css +231 -0
  22. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l03_laptop_sm_landscape__CssCleanStart_2__theme_base.css +231 -0
  23. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l03_laptop_sm_portrait__CssCleanStart_2__theme_base.css +231 -0
  24. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l05_laptop_md_landscape__CssCleanStart_2__theme_base.css +231 -0
  25. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l05_laptop_md_portrait__CssCleanStart_2__theme_base.css +231 -0
  26. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l07_laptop_lg_landscape__CssCleanStart_2__theme_base.css +231 -0
  27. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l07_laptop_lg_portrait__CssCleanStart_2__theme_base.css +231 -0
  28. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s02_display_xl_landscape__CssCleanStart_2__theme_base.css +231 -0
  29. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s02_display_xl_portrait__CssCleanStart_2__theme_base.css +231 -0
  30. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s04_display_xxl_landscape__CssCleanStart_2__theme_base.css +231 -0
  31. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s04_display_xxl_portrait__CssCleanStart_2__theme_base.css +231 -0
  32. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s08_display_qhd_landscape__CssCleanStart_2__theme_base.css +231 -0
  33. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s08_display_qhd_portrait__CssCleanStart_2__theme_base.css +231 -0
  34. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t04_tv_4k_landscape__CssCleanStart_2__theme_base.css +231 -0
  35. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t04_tv_4k_portrait__CssCleanStart_2__theme_base.css +231 -0
  36. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t08_tv_8k_landscape__CssCleanStart_2__theme_base.css +231 -0
  37. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t08_tv_8k_portrait__CssCleanStart_2__theme_base.css +231 -0
  38. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t16_tv_16k_landscape__CssCleanStart_2__theme_base.css +231 -0
  39. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t16_tv_16k_portrait__CssCleanStart_2__theme_base.css +231 -0
  40. package/MediaAndStyles/themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Relative.css +106 -0
  41. package/MediaAndStyles/themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Webpack.css +106 -0
  42. package/MediaAndStyles/themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Webpack_min.css +106 -0
  43. package/README.md +109 -0
  44. package/index.html +197 -0
  45. package/package.json +50 -0
  46. package/responsive_sizes.html +158 -0
  47. package/transpiled/CommonJS/index.d.ts +2 -0
  48. package/transpiled/CommonJS/index.d.ts.map +1 -0
  49. package/transpiled/CommonJS/index.js +4 -0
  50. package/transpiled/CommonJS/index.js.map +1 -0
  51. package/transpiled/CommonJS/webpack.aliases.cjs +19 -0
  52. package/transpiled/CommonJS/webpack.aliases.cjs.map +1 -0
  53. package/transpiled/CommonJS/webpack.aliases.d.cts +6 -0
  54. package/transpiled/CommonJS/webpack.aliases.d.cts.map +1 -0
  55. package/transpiled/CommonJS/webpack.aliases.d.mts +6 -0
  56. package/transpiled/CommonJS/webpack.aliases.d.mts.map +1 -0
  57. package/transpiled/CommonJS/webpack.aliases.mjs +15 -0
  58. package/transpiled/CommonJS/webpack.aliases.mjs.map +1 -0
  59. package/transpiled/CommonJS/webpackAliases.d.ts +2 -0
  60. package/transpiled/CommonJS/webpackAliases.d.ts.map +1 -0
  61. package/transpiled/CommonJS/webpackAliases.js +64 -0
  62. package/transpiled/CommonJS/webpackAliases.js.map +1 -0
  63. package/transpiled/ESNext/index.d.ts +2 -0
  64. package/transpiled/ESNext/index.d.ts.map +1 -0
  65. package/transpiled/ESNext/index.js +2 -0
  66. package/transpiled/ESNext/index.js.map +1 -0
  67. package/transpiled/ESNext/webpack.aliases.cjs +19 -0
  68. package/transpiled/ESNext/webpack.aliases.cjs.map +1 -0
  69. package/transpiled/ESNext/webpack.aliases.d.cts +6 -0
  70. package/transpiled/ESNext/webpack.aliases.d.cts.map +1 -0
  71. package/transpiled/ESNext/webpack.aliases.d.mts +6 -0
  72. package/transpiled/ESNext/webpack.aliases.d.mts.map +1 -0
  73. package/transpiled/ESNext/webpack.aliases.mjs +14 -0
  74. package/transpiled/ESNext/webpack.aliases.mjs.map +1 -0
  75. package/transpiled/ESNext/webpackAliases.d.ts +2 -0
  76. package/transpiled/ESNext/webpackAliases.d.ts.map +1 -0
  77. package/transpiled/ESNext/webpackAliases.js +28 -0
  78. package/transpiled/ESNext/webpackAliases.js.map +1 -0
  79. package/webpack.aliases.json +4 -0
@@ -0,0 +1,430 @@
1
+
2
+ /*
3
+ html tags base styles reset
4
+
5
+ why of need:
6
+ when developing a site from scratch,
7
+ You shall type html tags, and when preview rendered in browser,
8
+ were never sure, whether a font style, paddings and margins will look like You planned.
9
+ in a css clean start theme,
10
+ You may set at once the styles for texts, display style rule, and several other.
11
+ In this .css file, You see transparently every style assigned to every html element.
12
+ Just like a documentation .css doc, of great use, too.
13
+
14
+ When You like, You may set other styles, too, and assign in this .css file the values via css vars,
15
+ then, to set the styles in themes .css files later.
16
+
17
+ in the theme_base, every css var gets a value.
18
+
19
+ other theme files may just have very few css variables,
20
+ to override the few styles, already set in the theme_base.
21
+ */
22
+ .jsx * {
23
+
24
+ position: var(--jsx--css-clean-start-2--all-tags--position);
25
+ display: var(--jsx--css-clean-start-2--custom-tags--display);
26
+ box-sizing: var(--jsx--css-clean-start-2--all-tags--box-sizing);
27
+
28
+ line-break: strict;
29
+ word-wrap: normal;
30
+ word-break: normal;
31
+
32
+ width: fit-content;
33
+ max-width: 100%;
34
+ min-width: unset;
35
+
36
+ color: var(--jsx--css-clean-start-2--all-tags--color);
37
+
38
+ border-width: var(--jsx--css-clean-start-2--all-tags--border-width);
39
+ border-style: var(--jsx--css-clean-start-2--all-tags--border-style);
40
+ border-color: var(--jsx--css-clean-start-2--all-tags--border-color);
41
+
42
+ padding: var(--jsx--css-clean-start-2--all-tags--padding);
43
+ margin: var(--jsx--css-clean-start-2--all-tags--margin);
44
+
45
+ font-family: var(--jsx--css-clean-start-2--all-tags--font-family);
46
+ line-height: var(--jsx--css-clean-start-2--all-tags--line-height);
47
+
48
+ }
49
+
50
+
51
+
52
+ /* this style sets rem size for the html page. 1rem = 16px */
53
+ html.jsx {
54
+ font-size: var(--jsx--css-clean-start-2--rem);
55
+ }
56
+
57
+
58
+
59
+ html.jsx {
60
+ position: static;
61
+ padding: 0 0 0 0;
62
+ margin: 0 0 0 0;
63
+ box-sizing: border-box;
64
+ top: 0;
65
+
66
+ width: var(--jsx--css-clean-start-2--body-tag--width);
67
+ max-width: var(--jsx--css-clean-start-2--body-tag--max-width);
68
+ min-width: var(--jsx--css-clean-start-2--body-tag--min-width);
69
+
70
+ overflow-x: hidden;
71
+ }
72
+
73
+
74
+
75
+ /* these html elems are invisible */
76
+ html.jsx head,
77
+ html.jsx head *,
78
+ html.jsx style,
79
+ html.jsx script {
80
+ visibility: hidden;
81
+ max-height: 0;
82
+ max-width: 0;
83
+ overflow-y: hidden;
84
+ overflow-x: hidden;
85
+ }
86
+
87
+
88
+
89
+ html.jsx body {
90
+ position: relative;
91
+ top: 0;
92
+ padding: 0 0 0 0;
93
+ margin: 0 0 0 0;
94
+ display: var(--jsx--css-clean-start-2--block-tags--display);
95
+ box-sizing: var(--jsx--css-clean-start-2--all-tags--box-sizing);
96
+
97
+ background: var(--jsx--css-clean-start-2--body-tag--background);
98
+
99
+ /* NOT READY: RESPONSIVE FEATURE!!! */
100
+ height: var(--jsx--css-clean-start-2--body-tag--height);
101
+ max-height: var(--jsx--css-clean-start-2--body-tag--max-height);
102
+ min-height: var(--jsx--css-clean-start-2--body-tag--min-height);
103
+
104
+ width: var(--jsx--css-clean-start-2--body-tag--width);
105
+ max-width: var(--jsx--css-clean-start-2--body-tag--max-width);
106
+ min-width: var(--jsx--css-clean-start-2--body-tag--min-width);
107
+
108
+ overflow: var(--jsx--css-clean-start-2--body-tag--overflow-x) var(--jsx--css-clean-start-2--body-tag--overflow-y);
109
+
110
+
111
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
112
+ }
113
+
114
+
115
+
116
+ html.jsx body main {
117
+ /* display: var(--jsx--css-clean-start-2--block-tags--display);
118
+ box-sizing: var(--jsx--css-clean-start-2--all-tags--box-sizing); */
119
+ margin: var(--jsx--css-clean-start-2--site--margin);
120
+ padding: var(--jsx--css-clean-start-2--site--padding);
121
+
122
+ background: var(--jsx--css-clean-start-2--site--background);
123
+
124
+ /* NOT READY: RESPONSIVE FEATURE!!! */
125
+ height: var(--jsx--css-clean-start-2--site--height);
126
+ max-height: var(--jsx--css-clean-start-2--site--max-height);
127
+ min-height: var(--jsx--css-clean-start-2--site--min-height);
128
+
129
+ width: var(--jsx--css-clean-start-2--site--width);
130
+ max-width: var(--jsx--css-clean-start-2--site--max-width);
131
+ min-width: var(--jsx--css-clean-start-2--site--min-width);
132
+
133
+ overflow: var(--jsx--css-clean-start-2--site--overflow-x) var(--jsx--css-clean-start-2--site--overflow-y);
134
+
135
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
136
+ }
137
+
138
+
139
+
140
+ .jsx h1,
141
+ .jsx h2,
142
+ .jsx h3,
143
+ .jsx h4,
144
+ .jsx h5,
145
+ .jsx h6 {
146
+ font-weight: var(--jsx--css-clean-start-2--h--font-weight);
147
+ color: var(--jsx--css-clean-start-2--h--color);
148
+ margin: var(--jsx--css-clean-start-2--h--margin);
149
+ padding: var(--jsx--css-clean-start-2--h--padding);
150
+ }
151
+
152
+ .jsx h1 {
153
+ font-size: var(--jsx--css-clean-start-2--h1--font-size);
154
+ line-height: var(--jsx--css-clean-start-2--h1--line-height);
155
+
156
+ font-weight: var(--jsx--css-clean-start-2--h1--font-weight);
157
+ color: var(--jsx--css-clean-start-2--h1--color);
158
+ margin: var(--jsx--css-clean-start-2--h1--margin);
159
+ padding: var(--jsx--css-clean-start-2--h1--padding);
160
+ }
161
+
162
+ .jsx h2 {
163
+ font-size: var(--jsx--css-clean-start-2--h2--font-size);
164
+ line-height: var(--jsx--css-clean-start-2--h2--line-height);
165
+
166
+ font-weight: var(--jsx--css-clean-start-2--h2--font-weight);
167
+ color: var(--jsx--css-clean-start-2--h2--color);
168
+ margin: var(--jsx--css-clean-start-2--h2--margin);
169
+ padding: var(--jsx--css-clean-start-2--h2--padding);
170
+ }
171
+
172
+ .jsx h3 {
173
+ font-size: var(--jsx--css-clean-start-2--h3--font-size);
174
+ line-height: var(--jsx--css-clean-start-2--h3--line-height);
175
+
176
+ font-weight: var(--jsx--css-clean-start-2--h3--font-weight);
177
+ color: var(--jsx--css-clean-start-2--h3--color);
178
+ margin: var(--jsx--css-clean-start-2--h3--margin);
179
+ padding: var(--jsx--css-clean-start-2--h3--padding);
180
+ }
181
+
182
+ .jsx h4 {
183
+ font-size: var(--jsx--css-clean-start-2--h4--font-size);
184
+ line-height: var(--jsx--css-clean-start-2--h4--line-height);
185
+
186
+ font-weight: var(--jsx--css-clean-start-2--h4--font-weight);
187
+ color: var(--jsx--css-clean-start-2--h4--color);
188
+ margin: var(--jsx--css-clean-start-2--h4--margin);
189
+ padding: var(--jsx--css-clean-start-2--h4--padding);
190
+ }
191
+
192
+ .jsx h5 {
193
+ font-size: var(--jsx--css-clean-start-2--h5--font-size);
194
+ line-height: var(--jsx--css-clean-start-2--h5--line-height);
195
+
196
+ font-weight: var(--jsx--css-clean-start-2--h5--font-weight);
197
+ color: var(--jsx--css-clean-start-2--h5--color);
198
+ margin: var(--jsx--css-clean-start-2--h5--margin);
199
+ padding: var(--jsx--css-clean-start-2--h5--padding);
200
+ }
201
+
202
+ .jsx h6 {
203
+ font-size: var(--jsx--css-clean-start-2--h6--font-size);
204
+ line-height: var(--jsx--css-clean-start-2--h6--line-height);
205
+
206
+ font-weight: var(--jsx--css-clean-start-2--h6--font-weight);
207
+ color: var(--jsx--css-clean-start-2--h6--color);
208
+ margin: var(--jsx--css-clean-start-2--h6--margin);
209
+ padding: var(--jsx--css-clean-start-2--h6--padding);
210
+ }
211
+
212
+
213
+
214
+ /* Paragraph html tag <p> */
215
+ .jsx p {
216
+ margin: var(--jsx--css-clean-start-2--p--margin);
217
+ }
218
+
219
+
220
+
221
+ /* Hyperlink html tag <a> (anchor) */
222
+ .jsx a {
223
+ color: var(--jsx--css-clean-start-2--anchor--color);
224
+ text-decoration: var(--jsx--css-clean-start-2--anchor--text-decoration);
225
+ }
226
+ .jsx a:hover {
227
+ color: var(--jsx--css-clean-start-2--anchor-hover--color);
228
+ text-decoration: var(--jsx--css-clean-start-2--anchor-hover--text-decoration);
229
+ }
230
+ .jsx a:visited {
231
+ color: var(--jsx--css-clean-start-2--anchor-visited--color);
232
+ text-decoration: var(--jsx--css-clean-start-2--anchor-visited--text-decoration);
233
+ }
234
+ .jsx a:visited:hover {
235
+ color: var(--jsx--css-clean-start-2--anchor-visited-hover--color);
236
+ text-decoration: var(--jsx--css-clean-start-2--anchor-visited-hover--text-decoration);
237
+ }
238
+ .jsx a:active {
239
+ color: var(--jsx--css-clean-start-2--anchor-active--color);
240
+ text-decoration: var(--jsx--css-clean-start-2--anchor-active--text-decoration);
241
+ }
242
+ .jsx a:active:hover {
243
+ color: var(--jsx--css-clean-start-2--anchor-active-hover--color);
244
+ text-decoration: var(--jsx--css-clean-start-2--anchor-active-hover--text-decoration);
245
+ }
246
+
247
+
248
+
249
+ .jsx pre {
250
+ font-family: var(--jsx--css-clean-start-2--pre--font-family, "Courier New", Courier, monospace);
251
+ }
252
+
253
+
254
+
255
+ /* block tags reset */
256
+ .jsx address,
257
+ .jsx article,
258
+ .jsx aside,
259
+ .jsx blockquote,
260
+ /* .jsx body, */
261
+ .jsx canvas,
262
+ .jsx dd,
263
+ .jsx div,
264
+ .jsx dl,
265
+ .jsx dt,
266
+ .jsx fieldset,
267
+ .jsx figcaption,
268
+ .jsx figure,
269
+ .jsx footer,
270
+ .jsx form,
271
+ .jsx h1,
272
+ .jsx h2,
273
+ .jsx h3,
274
+ .jsx h4,
275
+ .jsx h5,
276
+ .jsx h6,
277
+ .jsx header,
278
+ .jsx hr,
279
+ /* .jsx li, */
280
+ /* .jsx main, */
281
+ .jsx nav,
282
+ .jsx noscript,
283
+ .jsx ol,
284
+ .jsx output,
285
+ .jsx p,
286
+ .jsx pre,
287
+ .jsx section,
288
+ .jsx ul,
289
+ .jsx video {
290
+ display: var(--jsx--css-clean-start-2--block-tags--display, block);
291
+ }
292
+
293
+
294
+
295
+ /* inline tags reset */
296
+ .jsx span,
297
+ .jsx a,
298
+ .jsx b,
299
+ .jsx big,
300
+ .jsx br,
301
+ .jsx cite,
302
+ .jsx code,
303
+ .jsx del,
304
+ .jsx em,
305
+ .jsx i,
306
+ .jsx img,
307
+ .jsx ins,
308
+ .jsx label,
309
+ .jsx map,
310
+ .jsx mark,
311
+ .jsx q,
312
+ .jsx s,
313
+ .jsx samp,
314
+ .jsx small,
315
+ .jsx strong,
316
+ .jsx sub,
317
+ .jsx sup,
318
+ .jsx time,
319
+ .jsx u,
320
+ .jsx var {
321
+ display: var(--jsx--css-clean-start-2--inline-tags--display, inline-block);
322
+ }
323
+
324
+
325
+ /* Table no reset */
326
+ .jsx table {
327
+ display: table;
328
+ }
329
+
330
+ .jsx table caption {
331
+ display: table-caption;
332
+ width: 100%;
333
+ text-align: center;
334
+ }
335
+
336
+ .jsx colgroup {
337
+ display: table-column-group;
338
+ }
339
+
340
+ .jsx col {
341
+ display: table-column;
342
+ }
343
+
344
+ .jsx thead {
345
+ display: table-header-group;
346
+ }
347
+
348
+ .jsx tbody {
349
+ display: table-row-group;
350
+ }
351
+
352
+ .jsx tfoot {
353
+ display: table-footer-group;
354
+ }
355
+
356
+ .jsx tr {
357
+ display: table-row;
358
+ }
359
+
360
+ .jsx th,
361
+ .jsx td {
362
+ display: table-cell;
363
+ text-align: left;
364
+ }
365
+
366
+ .jsx thead th,
367
+ .jsx thead td,
368
+ .jsx tbody th,
369
+ .jsx tfoot td {
370
+ font-weight: 600;
371
+ }
372
+
373
+ .jsx thead tr,
374
+ .jsx thead th {
375
+ background-color: var(--jsx--css-clean-start-2--thead--background-color);
376
+ }
377
+
378
+ .jsx tfoot tr,
379
+ .jsx tfoot th {
380
+ background-color: var(--jsx--css-clean-start-2--tfoot--background-color);
381
+ }
382
+
383
+
384
+ /** ------------------------
385
+ UL and OL tags
386
+ */
387
+ .jsx ul {
388
+ list-style: disc inside;
389
+ }
390
+
391
+ .jsx ol {
392
+ list-style: decimal inside;
393
+ }
394
+
395
+
396
+
397
+ .jsx ul li,
398
+ .jsx ol li {
399
+ display: list-item;
400
+ }
401
+
402
+
403
+
404
+ /** ------------------------
405
+ UL and OL tags RESET
406
+ Example:
407
+ <ul class="ul-reset">
408
+ <li>one</li>
409
+ <li>two</li>
410
+ <li>three</li>
411
+ </ul>
412
+ */
413
+ .jsx.ul-reset ul,
414
+ .jsx.ul-reset ol
415
+ .jsx .ul-reset ul,
416
+ .jsx .ul-reset ol
417
+ .jsx ul.ul-reset,
418
+ .jsx ol.ul-reset {
419
+
420
+ list-style-type: none;
421
+ display: var(--jsx--css-clean-start-2--block-tags--display, block);
422
+
423
+ }
424
+
425
+ .jsx.ul-reset li,
426
+ .jsx .ul-reset li {
427
+ display: var(--jsx--css-clean-start-2--inline-tags--display, inline-block);
428
+ }
429
+
430
+
@@ -0,0 +1,18 @@
1
+
2
+ @import url("@CssCleanStart_2_MediaAndStyles/responsive_size_Constants.css");
3
+
4
+
5
+
6
+ /* base theme: constants and @media queries */
7
+ @import url("@CssCleanStart_2_MediaAndStyles/themes/theme_base/CssCleanStart_2_theme_base_main.css");
8
+ @import url("@CssCleanStart_2_MediaAndStyles/themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Webpack.css");
9
+
10
+
11
+ @import url("@CssCleanStart_2_MediaAndStyles/CssCleanStart_2_presets.css");
12
+
13
+
14
+ /* main css file, css logics with rules set via variables in the theme .css files imported above */
15
+ @import url("@CssCleanStart_2_MediaAndStyles/CssCleanStart_2_main.css");
16
+
17
+
18
+
@@ -0,0 +1,19 @@
1
+ /* You may in the ..._Webpack_min.css encommment import lines to save up size of the ..._resolved.css built by the Css Importer */
2
+
3
+ @import url("@CssCleanStart_2_MediaAndStyles/responsive_size_Constants.css");
4
+
5
+
6
+
7
+ /* base theme: constants and @media queries */
8
+ @import url("@CssCleanStart_2_MediaAndStyles/themes/theme_base/CssCleanStart_2_theme_base_main.css");
9
+ /* @import url("@CssCleanStart_2_MediaAndStyles/themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Webpack_min.css"); */
10
+
11
+
12
+ @import url("@CssCleanStart_2_MediaAndStyles/CssCleanStart_2_presets.css");
13
+
14
+
15
+ /* main css file, css logics with rules set via variables in the theme .css files imported above */
16
+ @import url("@CssCleanStart_2_MediaAndStyles/CssCleanStart_2_main.css");
17
+
18
+
19
+
@@ -0,0 +1,17 @@
1
+
2
+ @import url("./responsive_size_Constants.css");
3
+
4
+
5
+
6
+ /* base theme: constants and @media queries */
7
+ @import url("./themes/theme_base/CssCleanStart_2_theme_base_main.css");
8
+ @import url("./themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Relative.css");
9
+
10
+
11
+ @import url("./CssCleanStart_2_presets.css");
12
+
13
+
14
+ /* main css file, css logics with rules set via variables in the theme .css files imported above */
15
+ @import url("./CssCleanStart_2_main.css");
16
+
17
+