matcha-theme 19.65.0 → 19.66.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-tip-text.scss +9 -0
- package/main.scss +3 -0
- package/package.json +1 -1
package/main.scss
CHANGED
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
@import "./components/matcha-hint-text.scss"; // matcha-hint-theme($theme)
|
|
44
44
|
@import "./components/matcha-tabs.scss"; // matcha-tabs($theme)
|
|
45
45
|
@import "./components/matcha-modal.scss"; // matcha-modal($theme)
|
|
46
|
+
@import "./components/matcha-tip-text.scss"; // matcha-tip-text($theme)
|
|
46
47
|
// VENDORS
|
|
47
48
|
@import "./vendors/angular-editor.scss";
|
|
48
49
|
@import "./vendors/angular-material-fixes.scss";
|
|
@@ -145,4 +146,6 @@
|
|
|
145
146
|
@include matcha-hint-text($theme);
|
|
146
147
|
@include matcha-tabs($theme);
|
|
147
148
|
@include matcha-modal-theme($theme);
|
|
149
|
+
|
|
150
|
+
@include matcha-tip-text($theme);
|
|
148
151
|
}
|