@total_onion/onion-library 1.0.85 → 1.0.86
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/components/component-content-container-settings-v3/content-container-settings-v3.scss +13 -13
- package/components/fields-core-critical-v3/core-critical-v3.scss +1 -0
- package/components/fields-core-typography-v3/core-typography-v3.scss +611 -609
- package/components/fields-core-wordpress-block-editor-preview-v3/core-wordpress-block-editor-preview-v3.scss +11 -7
- package/components/fields-typography-settings-v3/group_6876149264002.json +6177 -0
- package/package.json +1 -1
package/components/component-content-container-settings-v3/content-container-settings-v3.scss
CHANGED
|
@@ -161,19 +161,19 @@
|
|
|
161
161
|
@include core-mixins-v3.defaultTextTransform();
|
|
162
162
|
@include core-mixins-v3.defaultTextAlign();
|
|
163
163
|
@include core-mixins-v3.responsiveShowHide();
|
|
164
|
-
p,
|
|
165
|
-
h1,
|
|
166
|
-
h2,
|
|
167
|
-
h3,
|
|
168
|
-
h4,
|
|
169
|
-
h5,
|
|
170
|
-
h6,
|
|
171
|
-
a,
|
|
172
|
-
li,
|
|
173
|
-
div {
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
164
|
+
// p,
|
|
165
|
+
// h1,
|
|
166
|
+
// h2,
|
|
167
|
+
// h3,
|
|
168
|
+
// h4,
|
|
169
|
+
// h5,
|
|
170
|
+
// h6,
|
|
171
|
+
// a,
|
|
172
|
+
// li,
|
|
173
|
+
// div {
|
|
174
|
+
// @include core-mixins-v3.defaultFontWeight();
|
|
175
|
+
// @include core-mixins-v3.defaultFontStyle();
|
|
176
|
+
// }
|
|
177
177
|
|
|
178
178
|
@include core-mixins-v3.device(breakpoints.$tabPortrait) {
|
|
179
179
|
max-width: var(--wysiwyg-max-width-portrait);
|
|
@@ -4,3 +4,4 @@
|
|
|
4
4
|
@use 'Assets/scss/modules/library-modules/core-typography-v3/core-typography-v3';
|
|
5
5
|
@use 'Assets/scss/modules/library-modules/core-generic-v3/core-generic-v3';
|
|
6
6
|
@use 'Assets/scss/modules/library-modules/core-css-modules-v3/core-css-modules-v3';
|
|
7
|
+
@include core-typography-v3.core-typography-v3();
|