@jaisocx/css-clean-start-2 1.0.9 → 1.1.2
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.
- package/MediaAndStyles/{CssCleanStart_2_main_Webpack_min.css → CssCleanStart_2_main_Webpack_minimal.css} +1 -1
- package/MediaAndStyles/CssCleanStart_2_main_resolved.css +10 -0
- package/MediaAndStyles/{CssCleanStart_2_main_resolved_min.css → CssCleanStart_2_main_resolved_minimal.css} +10 -0
- package/MediaAndStyles/themes/theme_visible_height/theme_visible_height.css +10 -0
- package/README.md +2 -2
- package/package.json +1 -1
- /package/MediaAndStyles/themes/theme_base/{responsive_size_Imports_CssCleanStart_2_theme_base_Webpack_min.css → responsive_size_Imports_CssCleanStart_2_theme_base_Webpack_minimal.css} +0 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
/* base theme: constants and @media queries */
|
|
8
8
|
@import url("@CssCleanStart_2_MediaAndStyles/themes/theme_base/CssCleanStart_2_theme_base_main.css");
|
|
9
|
-
@import url("@CssCleanStart_2_MediaAndStyles/themes/theme_base/
|
|
9
|
+
@import url("@CssCleanStart_2_MediaAndStyles/themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Webpack_minimal.css");
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
/* layout theme */
|
|
@@ -8148,12 +8148,22 @@
|
|
|
8148
8148
|
.jsx.theme_visible_height body main {
|
|
8149
8149
|
display: flex;
|
|
8150
8150
|
flex-direction: column;
|
|
8151
|
+
|
|
8152
|
+
flex-basis: auto;
|
|
8153
|
+
|
|
8151
8154
|
align-items: stretch;
|
|
8152
8155
|
justify-content: stretch;
|
|
8153
8156
|
}
|
|
8154
8157
|
|
|
8155
8158
|
|
|
8156
8159
|
|
|
8160
|
+
.jsx.theme_visible_height body main > * {
|
|
8161
|
+
flex-shrink: 0;
|
|
8162
|
+
flex-grow: 0;
|
|
8163
|
+
}
|
|
8164
|
+
|
|
8165
|
+
|
|
8166
|
+
|
|
8157
8167
|
|
|
8158
8168
|
.jsx.theme_visible_height main .a-tag-in-main-tag {
|
|
8159
8169
|
|
|
@@ -4095,12 +4095,22 @@
|
|
|
4095
4095
|
.jsx.theme_visible_height body main {
|
|
4096
4096
|
display: flex;
|
|
4097
4097
|
flex-direction: column;
|
|
4098
|
+
|
|
4099
|
+
flex-basis: auto;
|
|
4100
|
+
|
|
4098
4101
|
align-items: stretch;
|
|
4099
4102
|
justify-content: stretch;
|
|
4100
4103
|
}
|
|
4101
4104
|
|
|
4102
4105
|
|
|
4103
4106
|
|
|
4107
|
+
.jsx.theme_visible_height body main > * {
|
|
4108
|
+
flex-shrink: 0;
|
|
4109
|
+
flex-grow: 0;
|
|
4110
|
+
}
|
|
4111
|
+
|
|
4112
|
+
|
|
4113
|
+
|
|
4104
4114
|
|
|
4105
4115
|
.jsx.theme_visible_height main .a-tag-in-main-tag {
|
|
4106
4116
|
|
|
@@ -23,12 +23,22 @@
|
|
|
23
23
|
.jsx.theme_visible_height body main {
|
|
24
24
|
display: flex;
|
|
25
25
|
flex-direction: column;
|
|
26
|
+
|
|
27
|
+
flex-basis: auto;
|
|
28
|
+
|
|
26
29
|
align-items: stretch;
|
|
27
30
|
justify-content: stretch;
|
|
28
31
|
}
|
|
29
32
|
|
|
30
33
|
|
|
31
34
|
|
|
35
|
+
.jsx.theme_visible_height body main > * {
|
|
36
|
+
flex-shrink: 0;
|
|
37
|
+
flex-grow: 0;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
32
42
|
/* example when this theme css class is set in the root html tag */
|
|
33
43
|
.jsx.theme_visible_height main .a-tag-in-main-tag {
|
|
34
44
|
|
package/README.md
CHANGED
|
@@ -30,9 +30,9 @@ several .css files will be loaded with size of very few KB.
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
## The latest .tgz archive (v.1.0
|
|
33
|
+
## The latest .tgz archive (v.1.1.0 17th of August 2025)
|
|
34
34
|
|
|
35
|
-
[https://sandbox.brightday.email/sites_tools/css_tools/CssCleanStart_2/jaisocx-css-clean-start-2-1.0.
|
|
35
|
+
[https://sandbox.brightday.email/sites_tools/css_tools/CssCleanStart_2/jaisocx-css-clean-start-2-1.1.0.tgz](https://sandbox.brightday.email/sites_tools/css_tools/CssCleanStart_2/jaisocx-css-clean-start-2-1.1.0.tgz)
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
|
package/package.json
CHANGED