@ng-matero/extensions 17.3.1 → 17.3.3

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/README.md CHANGED
@@ -49,7 +49,13 @@ After import modules, you must define a theme. [More about theming](https://mate
49
49
  @include mtx.all-component-themes($theme);
50
50
  ```
51
51
 
52
- The @use-based Sass API is only available in the version `12.0.0` or above.
52
+ The @use-based Sass API is only available in the version `12.0.0` and above.
53
+
54
+ You can also [using a pre-built theme](https://material.angular.io/guide/theming#using-a-pre-built-theme) which in the "prebuilt-themes" directory of the npm package (@ng-matero/extensions/prebuilt-themes).
55
+
56
+ ```scss
57
+ @import '@ng-matero/extensions/prebuilt-themes/indigo-pink.css'
58
+ ```
53
59
 
54
60
  ## License
55
61