Skip to content

Commit be830ba

Browse files
crisbetojelbourn
authored andcommittedJun 1, 2018
fix: scss deprecation warnings and wrong example name (#462)
* Fixes a couple of deprecation warnings from Sass due to .scss files importing .css, which will start breaking at some point. * Fixes one of the examples not loading due to it not being renamed after it was changed in the Material repo.
1 parent 81b37c8 commit be830ba

File tree

5 files changed

+2862
-2876
lines changed

5 files changed

+2862
-2876
lines changed
 

‎material.angular.io/angular.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"input": "src/main.scss"
3333
},
3434
{
35-
"input": "src/highlightjs/material-light.css"
35+
"input": "src/highlightjs/material-light.scss"
3636
},
3737
{
3838
"input": "src/assets/pink-bluegrey.css",
@@ -108,7 +108,7 @@
108108
"input": "src/main.scss"
109109
},
110110
{
111-
"input": "src/highlightjs/material-light.css"
111+
"input": "src/highlightjs/material-light.scss"
112112
},
113113
{
114114
"input": "src/assets/pink-bluegrey.css",

0 commit comments

Comments
 (0)
Please sign in to comment.