Awjin
Awjin
@atoal It's hard to diagnose your problem without an example of the code that is breaking. Are you referencing the variable with a proper namespace?
I'm not sure that expanding every instance of the compatibility component is a good change, since it would introduce significant noise to each doc. I do agree that compatibility info...
`global-variable-exists` does return true for `@use`ed vars. It's hard to say why this is returning false without more context.
Does this behavior also happen if you run Sass directly from the command line?
I misspoke there—does this happen with the standalone version?
You're right. The `deep-merge()` was implemented this way for performance reasons. However, this use case is compelling enough to prioritize usability over performance. As you've pointed out in your example,...
Dart's `path` package currently does not support the `\\?\` prefix for UNC paths. I've filed a bug with the `path` repo here: https://github.com/dart-lang/path/issues/106.
Could you provide the code that is causing the issue and the exact output? Which version of Sass are you using?
Sorry—still broken for me, both Chrome and Safari. Here's the unminified error: https://react.dev/errors/130?invariant=130&args%5B%5D=undefined&args%5B%5D=
Here's another use-case. Say that we cut 3 paragraphs, then paste them inside a list item: ``` insertion point | * - TARGET LIST ITEM +-* paragraph1 | paragraph2 |...