-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: deprecate src/lib/* SCSS entrypoints
- Loading branch information
1 parent
4343fdc
commit 600454f
Showing
5 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@forward "../main"; | ||
|
||
@warn 'The "angular-material-css-vars/src/lib/main" entrypoint is deprecated. Please use the mixins from the "angular-material-css-vars" entrypoint instead.'; |
3 changes: 3 additions & 0 deletions
3
projects/material-css-vars/src/lib/legacy/public-color-util.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@forward "../public-color-util"; | ||
|
||
@warn 'The "angular-material-css-vars/src/lib/public-color-util" entrypoint is deprecated. Please use the utils from the "angular-material-css-vars" entrypoint instead.'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@forward "../public-util"; | ||
|
||
@warn 'The "angular-material-css-vars/src/lib/public-util" entrypoint is deprecated. Please use the utils from the "angular-material-css-vars" entrypoint instead.'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@forward "../variables"; | ||
|
||
@warn 'The "angular-material-css-vars/src/lib/variables" entrypoint is deprecated. Please use the variables from the "angular-material-css-vars" entrypoint instead.'; |