You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
You want to style your angular material dynamically with all the colors in the rainbow? Look no further!
4
4
5
-
[Check out the Demo!](https://johannesjo.github.io/angular-material-css-vars/)
5
+
[Check out the Demo!](https://json-derulo.github.io/angular-material-css-vars-legacy/)
6
6
7
7
> Only use this package if you are using the Angular Material Legacy Components. In case you already switched to the MDC-based components, please use the
* You can use the `MaterialCssVariables` enum [from here](https://github.com/johannesjo/angular-material-css-vars/blob/master/projects/material-css-vars/src/lib/model.ts) to make sure you get the variable name right.
68
+
* You can use the `MaterialCssVariables` enum [from here](https://github.com/json-derulo/angular-material-css-vars-legacy/blob/master/projects/material-css-vars/src/lib/model.ts) to make sure you get the variable name right.
69
69
* Rudimentary dark theme support via body class
70
70
*`setDarkTheme(isDark: boolean)`
71
71
72
72
## Utility
73
-
There are also several [utility functions and mixins](https://github.com/johannesjo/angular-material-css-vars/blob/master/projects/material-css-vars/src/lib/_public-util.scss).
73
+
There are also several [utility functions and mixins](https://github.com/json-derulo/angular-material-css-vars-legacy/blob/master/projects/material-css-vars/src/lib/_public-util.scss).
74
74
```scss
75
75
@use 'angular-material-css-vars-legacy/public-util' as mat-css-utilities;
A full list of the theme map [can be found here](https://github.com/johannesjo/angular-material-css-vars/blob/master/projects/material-css-vars/src/lib/_variables.scss).
122
+
A full list of the theme map [can be found here](https://github.com/json-derulo/angular-material-css-vars-legacy/blob/master/projects/material-css-vars/src/lib/_variables.scss).
123
123
124
124
125
125
### Set default (fallback palettes)
@@ -135,7 +135,7 @@ There are two ways to set the default fallback theme. One is using the `mat-css-
The other is to include your own variables for [$mat-css-default-light-theme](https://github.com/johannesjo/angular-material-css-vars/blob/master/projects/material-css-vars/src/lib/_variables.scss).
138
+
The other is to include your own variables for [$mat-css-default-light-theme](https://github.com/json-derulo/angular-material-css-vars-legacy/blob/master/projects/material-css-vars/src/lib/_variables.scss).
139
139
```scss
140
140
@use 'angular-material-css-vars-legacy/main' as mat-css-main;
141
141
@use 'angular-material-css-vars-legacy/variables' as mat-css-vars;
0 commit comments