question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some SCSS files refer to invalid path (a11y)

See original GitHub issue

In 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

@crisbeto @mmalerba

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
jelbourncommented, Dec 9, 2016

alpha.11-3 is released, should fix this

1reaction
crisbetocommented, Dec 9, 2016

Oh, I see. Yeah no idea how that ended up compiling. I’ll put in a PR.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found