Kristiyan Kostadinov

Results 335 comments of Kristiyan Kostadinov

Based on the stack trace, I'm guessing that you're either running an old version of Sass that doesn't support `@use` or you're running `node-sass` which is unsupported.

The tilde before imports has been deprecated in the CSS Webpack loader for a long time. We removed it automatically in v13, because it would've conflicted with the new Angular...

The only required change in that file should be to remove the tilde from the `@angular/material` import. I noticed that some of the other files import from Material so they'll...

I'm having a hard time reproducing it from the provided Plunkr. Both the top and bottom levels of tabs are underlined.

I'm running it on Windows with Chrome 60 as well.

I just updated to Chrome 61 and I'm still not seeing it.

cc @mmalerba. I'm fine with delaying this one until #25352 lands to reduce the amount of merge conflicts.

As you mentioned, the paste issue is known and we can't do much about it on our end, because there's no nice way to convert a character to its key...

What appears to be happening is that the semicolon is at a different key in the German keyboard than the English one. I don't think there's a good way around...

This is likely the result of #25061 which made it so that the position constrain function determines the top/left coordinates of the element. You see it jump down a little...