@osovitny/angular 4.2.2 → 4.2.4

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.
@@ -1,14 +1,17 @@
1
1
  // @osovitny/angular
2
- @import "./scss/pnlLoading";
3
- @import "./scss/toastr";
4
- @import "./scss/dialog/dialog";
5
- @import "./scss/forms/contactus-form";
6
- @import "./scss/forms/form-validation";
7
- @import "./scss/spinner";
8
- @import "./scss/spinkit/sk-line-material";
2
+ // These partials are pure CSS, so `@use` loads them for their output alone. Sass @import is
3
+ // deprecated and removed in Dart Sass 3.0, and consuming apps saw a warning per rule.
4
+ @use "./scss/pnlLoading";
5
+ @use "./scss/toastr";
6
+ @use "./scss/dialog/dialog";
7
+ @use "./scss/forms/contactus-form";
8
+ @use "./scss/forms/form-validation";
9
+ @use "./scss/spinner";
10
+ @use "./scss/spinkit/sk-line-material";
9
11
 
10
12
  //Mixins
11
- @import "./scss/mixins/cards";
13
+ // Forwarded, not used: cards-variant is public API and must stay reachable from this entry.
14
+ @forward "./scss/mixins/cards";
12
15
 
13
16
  /*******************
14
17
  no data