Some SCSS files refer to invalid path (a11y)
See original GitHub issueIn 5cf7d175d66120b0e8262bef561f230cb6e31d11 several components got a11y support using a new SCSS resource.
The import is @import '../a11y/_a11y';
Which looks for the file in material/src/lib/a11y/_a11y
a11y is in core
The file exists in material/src/lib/core/a11y/_a11y
I don’t know how the build passed but it’s should be fixed
@import '../core/a11y/_a11y';
The files: src/lib/button/button.scss src/lib/card/card.scss src/lib/dialog/dialog-container.scss src/lib/menu/menu.scss src/lib/select/select.scss src/lib/sidenav/sidenav.scss src/lib/slide-toggle/slide-toggle.scss src/lib/snack-bar/snack-bar-container.scss src/lib/tooltip/tooltip.scss
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (14 by maintainers)
Top Results From Across the Web
Wrong import path for _a11y.scss in cdk's _overlay ... - GitHub
When importing @angular/cdk/_overlay.scss into my projects scss files, it should not throw an error. What is the current behavior?
Read more >Can't find stylesheet to import. @use '~@angular/material' as ...
For Angular 13 try to remove tilde symbol ( ~ ) from the path so import like: @use '@angular/material' as mat;. It works...
Read more >"The URL contains an invalid path" error occurs when you try ...
Fixes a problem in which you receive "the URL contains an invalid path" error message when you try to access an Exchange 2013...
Read more >invalid - CSS: Cascading Style Sheets - MDN Web Docs
The :invalid CSS pseudo-class represents any , , or other element whose contents fail to validate.
Read more >CSS, SCSS, and Less support in Visual Studio Code
Find out how Visual Studio Code can support your CSS, SCSS and Less development. ... The sample Sass/Less file should not have any...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
alpha.11-3 is released, should fix this
Oh, I see. Yeah no idea how that ended up compiling. I’ll put in a PR.