Commit 23cedc1
build: fix sass compilation error (#10806)
Fixes the following SASS error due to a top-level ampersand selector:
```
Error in plugin 'sass'
Message:
src\lib\core\_core.scss
Error: Base-level rules cannot contain the parent-selector-referencing character '&'.
on line 43 of src/lib/core/_core.scss, in mixin `mat-core-theme`
from line 39 of src/lib/core/theming/_all-theme.scss, in mixin `angular-material-theme`
from line 14 of src/lib/core/theming/prebuilt/deeppurple-amber.scss
>> &.mat-app-background {
--^
```1 parent 51206ee commit 23cedc1
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments