matcha-theme 20.186.0 → 20.187.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.
- package/components/matcha-buttons.scss +22 -0
- package/components/matcha-page-builder.scss +4057 -43
- package/main.scss +3 -2
- package/package.json +1 -1
package/main.scss
CHANGED
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
font-weight: 900;
|
|
121
121
|
font-style: normal;
|
|
122
122
|
}
|
|
123
|
+
|
|
123
124
|
// -------------------------------------------------------------------------------------------------------------------
|
|
124
125
|
// @ CORE - Mixins and Includes
|
|
125
126
|
// -------------------------------------------------------------------------------------------------------------------
|
|
@@ -181,5 +182,5 @@
|
|
|
181
182
|
@include matcha-slider-theme($theme);
|
|
182
183
|
@include matcha-highlight-theme($theme);
|
|
183
184
|
@include matcha-divider-theme($theme);
|
|
184
|
-
|
|
185
|
-
}
|
|
185
|
+
@include matcha-page-builder-theme($theme);
|
|
186
|
+
}
|